patch https://api-preview.platform.breadpayments.com/api/servicing/occ/
Update OCC updates the status or payment method of an occ request
Log in to see full request history
Responses
Update OCC updates the status or payment method of an occ request
xxxxxxxxxx
curl --request PATCH \
--url https://api-preview.platform.breadpayments.com/api/servicing/occ/occID \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"reviewStatus": "UNSPECIFIED_REVIEW_STATUS"
}
'
Try It!
to start a request and see the response here! Or choose an example: