cURL
curl --request PUT \ --url https://api.rampnow.io/api/partner/v1/ext/transfer_order/payment \ --header 'Content-Type: application/json' \ --data ' { "paymentDetail": { "transactionUid": "<string>" }, "uid": "<string>" } '
{ "code": 123, "data": {}, "message": "<string>", "traceId": "<string>" }
Show child attributes
Order UID
OK
Was this page helpful?