Recharge payments

Recharge payments allow customers to deposit funds into a merchant's app or e-commerce system without creating an invoice.

Stable recharge addresses on a blockchain are assigned to the customers linked to their merchant-specific internal accounts. After the stable recharge address is created customer can send an arbitrary amount of funds into it. When the transaction is accepted on the blockchain, the merchant is notified via webhook and funds become available on the internal account in the merchant's app.

Please note, that recharge payments is a new name for older push payments (API endpoints will be updated soon).

Create a new recharge address

POST <api>/integration/recharge-addresses

Create a new push address for the external customer

Headers

NameTypeDescription

x-api-key*

string

Api Key

x-api-sig*

string

Signature created using API Secret

x-api-ts*

string

Timestamp of the request

Request Body

NameTypeDescription

cid*

string

External customer identifier

token*

string

Token code

{
    "address": "0x2f3d6a0b15d25b6e1613fe5eaec35fe9867f5b6a",
    "token": "bUSDT"
}

Last updated