v1
latestOpenAPI 3.0.02026-07-2671142187.3 KBACH Payment
Process an ACH withdraw.
put/ach/withdraw
Headers
idempotency-keystring uuid required
A UUID-formatted idempotency key. Accepted format is 25-36 alphanumeric characters (including '-' and '_').
Request body
Example request
{
"bankAccountId": 1182342,
"customerId": 389829,
"orderId": 12083,
"amount": 79.99,
"currencyId": 1
}Response
An ACH withdrawal was successfully processed. This does not guarantee that all necessary sub-objects were updated, only a guarantee that the payments action was successful.