Create Transaction for immediate disbursement.
Visit the About Transactions to learn more about Transaction methods, types, and requests parameters.
Response Codes
102
- Idempotent matched request currently processing
201
- Created, will include aLocation
response header
200
- Request Succeeded, but entity not created
400
- Bad Request, missing or invalid parameters
409
- Idempotent matched request already processed
422
- Request not process due to business constraints
ACH & RTP Transaction Requests
The initial
status
from the ACH & RTP transaction request will bePROCESSING
.
- ACH
- The initial
PROCESSING
status depends on the banking partner processing the ACH funds movement. Our team will discuss the status differences during the integration/onboarding process.- ACH transactions can be processed "same day" (business day) or the "standard" 3-5 days. The
PAID
orFAILED
status update will trigger a webhook once the final status is known.- RTP
- The roundtrip RTP request could take up to 30 seconds. A webhook will be sent when a definitive status is known.
Transaction ID with Error Response
The
transaction_id
parameter will not always be present in the error response body. Under certain400
and422
scenarios, the response is returned before processing of the transaction occurs.