put https://api.wafeq.com/v1/payments//
Endpoint for updating an existing payment.
Response
Endpoint for updating an existing payment.
xxxxxxxxxx
curl --request PUT \
--url https://api.wafeq.com/v1/payments/id/ \
--header 'Authorization: Api-Key replace_with_your_api_key' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"currency":"AED"}'
Try It!
to start a request and see the response here! Or choose an example: