curl -X POST "{{base_url}}/v1/refund" \
-H "x-api-key: YOUR_CONSUMER_KEY" \
-H "Content-Type: application/json" \
-d '{
"transaction_hash": "0xabc123",
"chain": "CELO"
}'
Payments (v1)
Refund
Initiate a refund/credit flow against a verified on-chain hash.
POST
/
v1
/
refund
curl -X POST "{{base_url}}/v1/refund" \
-H "x-api-key: YOUR_CONSUMER_KEY" \
-H "Content-Type: application/json" \
-d '{
"transaction_hash": "0xabc123",
"chain": "CELO"
}'
string
required
Original on-chain transaction hash.
string
required
BASE, CELO, STELLAR, POLYGON, SOLANA, ETHEREUM, BNB, AVALANCHE, or ARBITRUM.curl -X POST "{{base_url}}/v1/refund" \
-H "x-api-key: YOUR_CONSUMER_KEY" \
-H "Content-Type: application/json" \
-d '{
"transaction_hash": "0xabc123",
"chain": "CELO"
}'
