Payment
🧠 Overview
🔗 Endpoint
🧾 Mutation Structure
mutation Payment($apiKey: String!, $amount: Float!) {
payment(apiKey: $apiKey, amount: $amount) {
code
message
transactionId
paymentLink
custodian {
bep20
solana
usdtTon
ton
}
}
}📥 Parameters
Name
Type
Required
Description
✅ Successful Response
🚫 Error Codes
Code
Description
🧪 Code Examples
Python Example
JavaScript Example
Last updated