v1
latestOpenAPI 3.1.02026-07-24170121.2 MBCreate ACH Charge
Creates ACH debit/credit movement.
post/v1/achcharges
Headers
Acceptstring required
Indicates which content types, expressed as MIME types, the client is able to understand.
Content-Typestring required
Indicates the media type of the resource sent in the HTTP message body. <br /><br /><b>Possible Values:</b><br /> application/json<br />application/x-www-form-urlencoded
Idempotency-Keystring
Ensures that a request is processed only once, even if it is retried due to network timeouts or errors. When provided, the server uses the key to identify and return the result of a previous request with the same key, preventing duplicate operations (e.g., duplicate payments or record creation).
Request body
Response
201
Example response
{
"data": {
"object": "ACHCharge",
"id": "D9e7gdG8eedGE08a",
"amount": 99,
"created_by": "serviceuser0567051053675152@payarc.com",
"status": "validated",
"type": "debit",
"authorization_id": 280023158,
"validation_code": 1,
"successful": true,
"response_message": "Validated",
"created_at": "2024-09-16T13:18:04.000000Z",
"updated_at": "2024-09-16T13:18:05.000000Z",
"sec_code": "TEL",
"bank_account": {
"data": {
"object": "BankAccount",
"id": "j4ELaekDaElK3JdD",
"first_name": "Test",
"last_name": "Test",
"account_type": "Personal Checking",
"sec_code": "CCD",
"routing_number": "021000021",
"account_number": "***********2345",
"is_default": 1
}
}
},
"meta": {
"include": [
"customer"
]
}
}