API Quick Start (Merchant)
1. Create a payment
# Curl
curl --location --request POST 'https://intentapiv4.rozo.ai/functions/v1/payment-api/payments' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "pos_rozostudio",
"orderId": "order-'"$(date +%s)"'",
"type": "exactIn",
"display": {
"title": "Your POS test",
"currency": "USD"
},
"source": {
"chainId": "8453",
"tokenSymbol": "USDC",
"amount": "0.10"
}
}'2. Check payment status
Status
Meaning
Last updated