Skip to main content
POST
Discard Remittance

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

transaction_id
string
required

Body

application/json

Request to discard a remittance from a bank transaction.

remittance_id
string
required

ID of the remittance to discard

rejection_reason
string | null

Optional reason for discarding

Maximum string length: 500
delete_orphaned_payments
boolean
default:false

If true, delete SUGGESTED unapproved payments that have no remaining remittances after this discard

Response

Successful Response