Call EchoooPay Cashier
Last updated
Last updated
URL
POST๏ผ https://api.echooo.xyz/service-pay/sellerApi/cashierโ
HEADER
โ
Request Field
outerOrderId
string
Yes
External order number. Limited to 32 characters, including letters and numbers, case-sensitive.
Special characters are not allowed.
originCurrency
string
Yes
Original fiat currency
originCurrencyAmount
string
Yes
Original fiat amount
commodityName
string
Yes
Commodity name
โResponse Example
cashierUrl
string
Cashier address
โ
CURL Example
curl --location 'https://api.valleysound.xyz/service-pay/sellerApi/cashier' \--header 'Content-Type: application/json' \--header 'appKey: secret_key123' \--header 'timestamp: 1704643200000' \--header 'signToken: sign123' \--data '{"outerOrderId": "2050322162971135583","originCurrency": "usd","originCurrencyAmount": "1000","commodityName": "phone"}'โ
Response
{"code": "0","message": "success","data": {"cashierUrl": "https://pay.echooo.xyz/en-us/v1/?oid=20240122999867758636301&hash=4e85b9422820461aa252c4ebf353d9a0"}}โ