Overview
Fiat QR code payment, only supports dynamic QR codes with amounts, supports country VND, PHP, BRL, GEL.
Protocol
x402
Price
—
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
ai-api-sbx
Indexed
2026-03-02 01:13:21
Health
Status
healthy
Latency (p50)
1083ms
Uptime (30d)
100.0%
Reliability Score
85/100
Last Checked
2026-03-23 16:31:45
Last Healthy
2026-03-23 16:31:45
Consecutive Failures
0
Input Schema
{
"discoverable": true,
"method": "GET",
"query_params": {
"address": "Ethereum address to receive payment",
"appId": "Application ID for identifying request source(此项不是必须填写的)",
"qrCode": "QR code data containing payment information"
},
"type": "http"
}
Output Schema
{
"properties": {
"code": {
"description": "response",
"type": "string"
},
"model": {
"description": "order info",
"properties": {
"bankData": {
"description": "Bank information",
"properties": {
"bankAccountName": {
"description": "Bank account name",
"type": "string"
},
"bankAccountNumber": {
"description": "Bank account number",
"type": "string"
},
"bankCode": {
"description": "Bank code",
"type": "string"
},
"bankName": {
"description": "Bank name",
"type": "string"
}
},
"type": "object"
},
"createTime": {
"description": "Transaction creation time",
"type": "string"
},
"fiatExchangeRate": {
"description": "Fiat exchange rate",
"type": "string"
},
"merchantOrderNo": {
"description": "Merchant order number",
"type": "string"
},
"num": {
"description": "System order number",
"type": "string"
},
"orderAmount": {
"description": "Fiat currency amount",
"type": "string"
},
"orderCurrency": {
"description": "Order fiat currency",
"type": "string"
},
"qrCode": {
"description": "QR code",
"type": "string"
},
"status": {
"description": "Order status",
"type": "string"
},
"usdAmount": {
"description": "USD amount",
"type": "string"
}
},
"type": "object"
},
"msg": {
"description": "response message",
"type": "string"
},
"traceId": "68a80e45a29409f967801114b44ebfc6"
},
"type": "object"
}