pay
Developing
POST
/payments/pay
"payment_refrence":"party1743153515" . where party1743153515 is the payment refrence.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://party-currency-app-production-5074.up.railway.app/payments/pay' \
--header 'Authorization: Token 66b8590c0098e9110eff6f4d23f352b1c28bf7fe' \
--header 'Content-Type: application/json' \
--data-raw '{
"payment_refrence": "string"
}'
Response Response Example
{}
Request
Header Params
Authorization
string
optional
Example:
Token 66b8590c0098e9110eff6f4d23f352b1c28bf7fe
Body Params application/json