put https://{api_url}/api/v5/admin//purchases//pay
Marks a purchase as paid.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
404Not Found
Marks a purchase as paid.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
404Not Found
xxxxxxxxxx
10curl --request PUT \
--url https://example.jrni.com/api/v5/admin/company_id/purchases/id/pay \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"payment_status": "paid",
"notify": true
}
'
Try It!
to start a request and see the response here! Or choose an example: