curl --request PUT \
--url https://api.confiopagos.com/v1/stores/{store}/payments/{payment}/status \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"status": "DELIVERING"
}
'curl --request PUT \
--url https://api.confiopagos.com/v1/stores/{store}/payments/{payment}/status \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"status": "DELIVERING"
}
'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the payment.
"zrj3pok3ikbx"
The unique identifier of the store.
"waxhsjr47zsl"
DELIVERING, UNDER_REVIEW Successfully set payment status.