Make ACH Credit Transaction
Make a temporary microdeposit in a customer account to verify the customer’s ownership and access to the target account. Reverse the microdeposit with reverseCredit
.
This feature must be enabled by Payabli on a per-merchant basis. Contact support for help.
Authorizations
Most endpoints require an organization
token. Some endpoints require an application
token, and those endpoints are noted.
Headers
A unique ID you can include to prevent duplicating objects or transactions if a request is sent more than once. This key is not generated in Payabli, you must generate it yourself.
"6B29FC40-CA47-1067-B31D-00DD010662DA"
Query Parameters
When true
, the request creates a new customer record, regardless of whether customer identifiers match an existing customer.
Body
Model for the request body for a microdeposit (MakeCredit) transaction.
Response
Success. The referenceId
returned in a successful response is the transId
value you need to reverse the microdeposit.
A "Missing Gateway Data" message can indicate that the entrypoint targeted in the request isn't set up for ACH payments.
General response for certain moneyIn and moneyOut endpoints.