Skip to main content
POST
Initiate payment order
Initiate a new order as a sender.

Authorizations

API-Key
string
header
required

Body

application/json
amount
number
required
token
string
required

Token symbol (USDT, USDC, cNGN). See Supported Stablecoins for available options.

rate
number
required
network
enum<string>
required

Network identifier for the blockchain

Available options:
ethereum,
base,
bnb-smart-chain,
lisk,
celo,
arbitrum-one,
polygon,
starknet,
tron
recipient
object
required
reference
string
returnAddress
string

Response

Payment order initiated

status
string
Example:

"success"

message
string
Example:

"Operation successful"

data
object

The actual response data (e.g., ReceiveAddressResponse, etc.)