Assets such as Tokens can be transferred between Centrapay accounts by creating an Asset Transfer or by requesting an Asset Transfer.
Transfers occur between a sender and a receiver where:
- The sender refers to the account that initially holds the assets before the Asset Transfer is executed.
- The recipient refers to the account that receives the assets after the Asset Transfer is completed.
- The integrator’s server can optionally send a notification to either party to enhance the transfer experience.
Requesting an Asset Transfer
When a recipient requests an Asset Transfer from another Centrapay account, the sender must accept the request in order for the assets to be transferred.
Asset transfer status | Description |
---|---|
requested | Asset transfer request successfully requested. |
accepted | Asset transfer request successfully accepted. |
sent | The assets have been sent to the recipient. |
claimed | The assets have been received by the recipient. |
expired | Asset transfer request expired after 14 days when it is not accepted. |
Loading Diagram...
-
The recipient requests an Asset Transfer
recipientAlias
is an alias for the Centrapay account that creates request. This field accepts the recipient’s bank account number.senderAccountId
is an ID of the Centrapay account that receives the request.
-
The integrator’s server optionally sends a notification to the sender to prompt them to accept the request.
-
The sender accepts the Asset Transfer Request. If the sender does not accept the request within 14 days, the request will expire.
senderName
is the name of sender who sends the assets. It is displayed to the recipient in their activity history.
-
The requested assets are transferred from the sender to the recipient.
Sending Assets
When a sender initiates an Asset Transfer from Centrapay account, the recipient must claim the transfer to receive the assets.
Asset transfer status | Description |
---|---|
created | Asset transfer successfully created. |
sent | Asset transfer notification (sms, email) was sent to a new user. |
expired | Asset transfer expired as new user didn’t create his account and claimed the asset. This is very short lived state. |
returned | Asset transfer expired and was returned to original owner. |
claimed | Asset transfer was successfully completed. |
cancelled | Asset transfer was cancelled. |
Loading Diagram...
-
The sender creates an Asset Transfer
- The
recipientAlias
field can be set to recipient’s phone number, email or bank account number. If arecipientAlias
isn’t provided, a shareable URL will be returned in theurl
field.
- The
-
The sender shares the Asset Transfer URL with the recipient. The URL is returned when the Asset Transfer is created.
-
The recipient claims the Asset Transfer by visiting the Asset Transfer URL. If the recipient does not claim the asset transfer within 14 days, the asset transfer will expire.
- If the recipient does not have a Centrapay account, integrators should call the Resolve Claimable Assets endpoint to allocate the assets they have received once their account is created.
-
Expired asset transfer is returned to the sender. Assets are returned to the sender if they are not claimed within 14 days.