post
https://sandbox-api.readyremit.com/v1/account-funding-transactions
The POST /account-funding-transactions endpoint executes a request to fund an account. The account to which funds are added to is defined with the sourceAccountId in the request.
Implementation Guide:
- Prerequisite: Before submitting an account funding transaction, a
sourceAccountIdshould be obtained by first getting an onboarding sessionPOST /card-onboarding-sessions, then creating a cardPOST /cards, and finally creating a sender accountPOST /accounts. TheaccountIdreturned byPOST /accountsis thesourceAccountId. - Quote Required: Obtain a real-time quote using
GET /quotewithtransferMethod: ACCOUNT_FUNDINGbefore submitting. Include the returnedquoteIdin the request. - Optional Fields: The
fieldsarray is optional. When provided for account funding, includeCARD_PROXY_NUMBER, whose value is the proxy (pseudo account) number that identifies the sender's funding account created during onboarding. - Transfer Method: This endpoint is exclusively for the
ACCOUNT_FUNDINGtransfer method. For other transfer methods, use thePOST /transfersendpoint. - Examples: See the example request and response payloads below.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…

