Incoming 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.
Changes
No recorded changes to this endpoint across all 1 revision of this API.