Make microdeposit
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.
Authentication
Headers
Optional but recommended A unique ID that you can include to prevent duplicating objects or transactions in the case that a request is sent more than once. This key isn’t generated in Payabli, you must generate it yourself. This key persists for 2 minutes. After 2 minutes, you can reuse the key if needed.
Query Parameters
When true, the request creates a new customer record, regardless of whether customer identifiers match an existing customer. Defaults to false.
Request
Object describing the customer/payor.
The PaymentDetail object for microdeposit (MakeCredit) transactions.
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.
Response text for operation: ‘Success’ or ‘Declined’.
Boolean indicating whether the operation was successful. A true value indicates success. A false value indicates failure.