Receiver Accounts
Introduction
The receiver-accounts API enables the application to set up a profile for a receiver's bank or wallet account. This profile is associated with a particular sender. Based on the partner's setup, the API will verify the receiver's account, so the application won't have to validate the account during a transaction.
API Sequence
The Receiver-Accounts API module is a single synchronous endpoint.
- Receiver Account Profiles | POST /receiver-account/v1/targetAccountProfiles
To create a target account profile for a receiver's bank or wallet account the application must include, at minimum, the destination country, service option, and service option routing code, the sender's first and last name, the receiver's first and last name, address, city, country, mobile phone number, and the target account details for validation. The endpoint will successfully respond with a target account profile ID that can be used on subsequent transactions.
API Sequence Diagram

Endpoints
Name | HTTP method | Endpoints | Description |
---|---|---|---|
Create Target Account Profile | POST | /receiver-account/v1/targetAccountProfiles | Creates a Target Account Profile ID for a receiver's bank or wallet account. |
Updated 7 months ago