cURL
curl --request POST \ --url http://staging.qshop.ng/apiv2/{shopId}/payments \ --header 'Content-Type: application/json' \ --data ' { "amount": 1500, "orderId": "62c373fac6782e16a547f3af", "reference": null, "type": "cash" } '
1500
"62c373fac6782e16a547f3af"
"cash"
Was this page helpful?