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.
Object describing the ACH payment method to use for transaction.
The PaymentDetail object for microdeposit (MakeCredit) transactions.
Object describing the customer/payor.
The entrypoint identifier.
50
"d193cf9a46"
Refers to the payment page identifier. If provided, then the transaction is linked to the payment page.
50
"mypage-1"
Custom identifier to indicate the transaction or request source.
100
"api"
Custom identifier for the transaction.
250
"O-5140"
Text description of the transaction.
250
"Depost for materials for 123 Walnut St"
Custom identifier for payment connector.
250
Response
General response for certain moneyIn and moneyOut endpoints.
Boolean indicating whether the operation was successful. A true
value indicates success. A false
value indicates failure.
true
Response text for operation: 'Success' or 'Declined'.
"Success"
Auxiliary validation used internally by payment pages and components.
null
The object containing the response data.
Was this page helpful?