POST /v1/mandates/{id}/charges/{txnId}/report · Authenticated with your secret key (merchants) or Ed25519 signature (agents).
Path parameters
string
required
The mandate id.
string
required
The
transactionId returned from Charge a Mandate.Body
string
required
APPROVED or DECLINED.string
required
PURCHASE.string
Authorization code from your processor, max 128. Optional; recorded when supplied.
string
Processor response code, max 2. Optional.
string
Amount paid, decimal string. Optional.
Response
string
string
string
string
completed or failed.string
The mandate’s status after settlement.
string
SUCCESS or FAILURE.Notes
- Reporting a one-time mandate charge as
APPROVEDmoves the mandate toconsumed; recurring mandates stayactive. authorization_code,response_code, andamount_paidare optional and recorded when supplied.