Payment Order

Cancel Payment Order

post/CancelPaymentOrder

Request body

Methodstring required
PartnerIdinteger required

Partner identifier provided by Fitbank

BusinessUnitIdinteger required

Number Of The BusinessUnit

TaxNumberstring required

Legal Identification From Company

PaymentOrderIdnumber required

Payment Order Id

Example request

{
  "Method": "CancelPaymentOrder",
  "PartnerId": 30324,
  "BusinessUnitId": 4548,
  "TaxNumber": "33.762.255/0001-40",
  "PaymentOrderId": 14147
}

Response

Successfully

Changes

No recorded changes to this endpoint across all 1 revision of this API.