Payment Tracking
For more information, see the Reference Section
- CORPAY EVENT TYPE
- SWIFT MESSAGE NAME IDENTIFICATION
- SWIFT BUSINESS SERVICE
- SWIFT TRACKER EVENT TYPE
- SWIFT TRANSACTION STATUS CODE
- SWIFT SETTLEMENT METHOD
- SWIFT CHARGE BEARER TABLE
Response Example
contentobject
Show child attributes
errorsarray
linksarray
Was this section helpful?
What made this section unhelpful for you?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"content": {
"trackerId": "252726-5WQ4P7",
"clientCode": 252726,
"clientName": "Client",
"uetr": "70357a7b-e0c5-426a-a12a-6a9d620b0df5",
"sortIndexes": [],
"events": [
{
"uniqueId": "28025",
"type": "CORPAY EVENT TYPE",
"source": "SWIFT",
"processedTimestamp": "2022-10-24T17:37:16.613Z",
"emittedTimestamp": "2022-10-20T19:21:02.460Z",
"fields": {
"network_reference": "20221020CMFXCATTAXXX4009347853",
"message_name_identification": "103",
"business_service": "001",
"tracker_event_type": "CTPT",
"valid": "True",
"instruction_identification": "17681392-1",
"transaction_status": "ACSP",
"transaction_status_reason": "G000",
"return": "False",
"forwarded_to_agent": "NWBKGB2LXXX",
"settlement_method": "INDA",
"clearing_system": "STG",
"from": "CMFXCAT0XXX",
"to": "CITINL2XXXX",
"originator": "CMFXCAT0XXX",
"serial_parties.creditor_agent": "BNPAFRPP",
"serial_parties.debtor_agent": "CMFXCAT0XXX",
"sender_acknowledgement_receipt": "2022-10-20T19:20:32.000Z",
"received_date": "2022-10-20T19:20:43.000Z",
"instructed_amount.currency": "EUR",
"instructed_amount.amount": "21450.00",
"interbank_settlement_amount.currency": "EUR",
"interbank_settlement_amount.amount": "21450.00",
"interbank_settlement_date": "2022-10-20",
"charge_bearer": "SHAR",
"charge_amount[0].currency": "EUR",
"charge_amount[0].amount": "0.",
"last_update_time": "2022-10-20T19:21:02.460Z"
}
}
],
"messageContents": []
},
"errors": [],
"links": []
}Was this section helpful?