post https://test.api.interchecks.io/api/v2//accounts//prepaid
Creates a Prepaid account for a Recipient.
201
- Created, will include a Location response header
200
- Request Succeeded, but entity not created
400
- Bad Request, missing or invalid parameters
404
- Recipient ID not found
422
- Account exists or locked due identity verification failure
Create Prepaid Account - Success Path
- Create Prepaid Account API
- Initial response value for
prepaid_account_status
will bePROCESSING
- Prepaid account will go through verification and creation with partner bank
- Webhook will indicate the
prepaid_account_status
isPENDING_ACTIVATION
- Account
GET
will return relevant account details
Create Prepaid Account - Error Path
- Create Prepaid Account API
- Initial response value for
prepaid_account_status
will bePROCESSING
- Prepaid account will go through verification with partner bank
- Webhook will indicate the
prepaid_account_status
isNOT_CREATED
and will include aprepaid_account_error
field containing the verification reason.- Create Prepaid Account API can be called again with updated information in attempt to create the Prepaid account.
API WebhooksA webhook Webhooks will be posted if your API account is configured for Payment Account Webhooks upon success or failure of Prepaid account creation. Webhooks are typically sent within 1 minute of the Create Account API call.