(Sandbox) Simulate Incoming ACH Payment
POST {{server_url}}/sandbox/payments
Request Body
{"data"=>{"type"=>"achPayment", "attributes"=>{"amount"=>100000, "direction"=>"Credit", "description"=>"Sandbox Transaction"}, "relationships"=>{"account"=>{"data"=>{"type"=>"depositAccount", "id"=>"{{accountId}}"}}}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |