Skip to content

Commit

Permalink
Add back sentence in the sending assets guide about returning the asset
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray2126 committed Oct 4, 2023
1 parent ff8a4cd commit 949ecf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/content/guides/loading-and-sending-assets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ If your asset type is not included on the list, contact [email protected]

You can send Assets such as Tokens and Giftcards by calling our [Asset Transfers](https://docs.centrapay.com/api/asset-transfers#asset-transfer-create) endpoint. You will need to have the recipient’s phone number for `recipientAlias` to identify the reciever.

If the `recipientAlias` doesn’t end up creating a Centrapay account within 2 weeks, then it will be sent back to you.

## Example: Bulk distribution of Giftcards

Sometimes you might want to load and distribute Giftcards to a large number of recipients. This requires some scripting, but this is not hard. We can do this with:
Expand Down

0 comments on commit 949ecf6

Please sign in to comment.