v1
latestOpenAPI 3.1.02026-07-24180245513.9 KBIncoming Payments
Track incoming payment
Track Swift incoming payments with Swift GPI.
post/incoming_payments/{id}/track
Path parameters
idstring required
The ID of the incoming payment.
Request body
Example request
{
"status": "executed",
"status_code": "G001",
"rejection_reason_code": "AC04"
}Response
Successfully processed. No content returned.