Delete Payment invoice

delete/payment-intent/api/v1/direct/eInvoice/{paymentIntentId}

Path parameters

paymentIntentIdstring required

ID of Payment Intent

Response

200

responseMessagestring
detailedResponseMessagestring
languagestring
responseCodestring
detailedResponseCodestring

Example response

{
  "responseMessage": "Success",
  "detailedResponseMessage": "The operation was successful",
  "language": "EN",
  "responseCode": "000",
  "detailedResponseCode": "000"
}

Changes

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