curl --location --request POST '/payments/request' \
--header 'Accept: application/json' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'from_payer=097xxxxxxx' \
--data-urlencode 'amount=1' \
--data-urlencode 'auth_id=01K7SFJKJ0J61A3XRWC1W6TW90'
{
"message": "Transaction Initiated Successfully",
"data": {
"status": "initiated",
"amount": 1,
"transaction_id": "sPX215101815432505",
"charges": 0.035,
"from_payer": "260971xxxxxxx"
},
"isError": false
}