🚀Creating a transaction
Service
Registration/transaction request
Payload example
{
"cpf": "01234567899", // Change this key to "cnpj" for a legal entity / CNPJ.
"email": "user@example.com",
"amount": 1.10,
"expires": 3600,
"custom_id": "PN123",
"custom_data": {
"chain": "Arbitrum", // Optional (Default: Arbitrum)
"asset": "USDT", // Optional (Default: USDT)
"receiver_wallet": "0x4328...edFB995B6I"
},
"description": "Subscription charge #PN123",
"notification_url": "https://your-webhook-domain.com/param=tes&token=abcd-dfg"
}Request
Headers
Name
Type
Description
Request Body
Name
Type
Description