Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 898 Bytes

PaymentSettleRequest.md

File metadata and controls

17 lines (13 loc) · 898 Bytes

BleumiPay::PaymentSettleRequest

Properties

Name Type Description Notes
token String ETH - for Ethereum
XDAI - for xDai
XDAIT - for xDai Testnet
ALGO - for Algo
RBTC - for R-BTC
<asset id> - for Algorand Standard Asset
<contract address of ERC-20 token> - for ERC-20 Tokens. Please refer to ERC-20 Tokens for contract address;
<contract address of RSK ERC-20 token> - for RSK ERC-20 Tokens. Please refer to RSK ERC-20 Tokens for contract address;
amount String Amount to be settled

Example

{
    "amount": "5",
    "token": "0x84df8548086ec9025e9c93297058bed706e90ddd"
}