Skip to main content
POST
/
{shopId}
/
payments
Create payment
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"
}
'

Body

application/json
amount
number
Example:

1500

orderId
string
Example:

"62c373fac6782e16a547f3af"

reference
unknown
type
string
Example:

"cash"

Response

200 - undefined