{
"orderNo": "{{paying_orderNo}}",
"currency": "USD",
"amount": 7.77,
"notifyUrl": "{{notify_url}}",
"clientIp": "47.125.221.223",
"website": "https://manage.forgottenthrone.com/",
"customer": {
"firstname": "{{test_firstname}}",
"lastname": "{{test_lastname}}",
"email": "{{test_email}}",
"phone": "{{test_phone}}",
"country": "{{test_country}}",
"state": "{{test_state}}",
"city": "{{test_city}}",
"address": "{{test_address}}",
"zipcode": "{{test_zip}}"
},
"metadata": "",
"paymentMethod": "ACH_DEBIT",
"paymentMethodData": {
"accountNumber": "123456789012",
"routingNumber": "021000021"
}
}curl --location '/pay-api/payout/trade/transfer' \
--header 'Content-Type: application/json' \
--data '{
"orderNo": "{{paying_orderNo}}",
"currency": "USD",
"amount": 7.77,
"notifyUrl": "{{notify_url}}",
"clientIp": "47.125.221.223",
"website": "https://manage.forgottenthrone.com/",
"customer": {
"firstname": "{{test_firstname}}",
"lastname": "{{test_lastname}}",
"email": "{{test_email}}",
"phone": "{{test_phone}}",
"country": "{{test_country}}",
"state": "{{test_state}}",
"city": "{{test_city}}",
"address": "{{test_address}}",
"zipcode": "{{test_zip}}"
},
"metadata": "",
"paymentMethod": "ACH_DEBIT",
"paymentMethodData": {
"accountNumber": "123456789012",
"routingNumber": "021000021"
}
}'{
"code": 0,
"data": {
"tradeNo": "payout_202506201442598230022",
"currency": "USD",
"amount": 4.99,
"paymentMethod": "TEST",
"completionDate": null,
"status": 0,
"code": "requires_action",
"message": "Req successfully",
"remark": ""
},
"msg": "",
"livemode": true
}