SWIFT Status

The SWIFT resource returns a list of SWIFT GPi tracking information. The API accepts a valid, released payment that results in a SWIFT payment type. If the payment is not released or not a SWIFT payment, then the API will return 404 - Not Found.

{
    "transactionStatus": string,
    "transactionStatusReason": string,
    "statusDescription": string,
    "reasonDescription": string,
    "trackingReference": string,
    "originalPaymentId": string,
    "orderDetailId": string,
    "releasedDateFromGpg": string,
    "initiationTime": string,
    "lastUpdatedTime": string,
    "creditedTimestamp": string,
    "completionTime": string,
    "instructedAmount": {},
    "estimatedAmount": {},
    "creditedAmount": {},
    "payerBank": {},
    "beneficiaryBank": {},
    "paymentEvents": {}
}
{
    "transactionStatus": "ACCC",
    "transactionStatusReason": "",
    "statusDescription": "ReleasedBeneficiaryAccountCredited",
    "reasonDescription": "",
    "trackingReference": "e3d779c8-0a89-421b-8b4f-8680a9476649",
    "originalPaymentId": "PaymentId123",
    "orderDetailId": 0,
    "initiationTime": "2022-07-11T14:53:49",
    "lastUpdatedTime": "2022-07-11T14:54:34.43",
    "creditedTimestamp": "2022-07-11T14:54:00",
    "completionTime": "2022-07-11T14:54:09",
    "instructedAmount": {
        "amount": 0.05,
        "currency": "USD"
    },
    "estimatedAmount": {
        "amount": 0.0
    },
    "creditedAmount": {
        "amount": 0.05,
        "currency": "USD"
    },
    "payerBank": {
        "bic": "CHFXGB3LXXX",
        "institutionName": "CUSTOM HOUSE FINANCIAL (UK) LTD."
    },
    "beneficiaryBank": {
        "bic": "IRVTUS3N",
        "institutionName": "THE BANK OF NEW YORK MELLON"
    },
    "paymentEvents": [
        {
            "messageNameId": "199",
            "transactionStatus": "ACCC",
            "transactionStatusReason": "",
            "statusDescription": "ReleasedBeneficiaryAccountCredited",
            "reasonDescription": "",
            "timeOutForInstitution": "2022-07-11T14:54:33.693",
            "senderAcknowledgementReceipt": "2022-07-11T14:54:09",
            "feeDeductAtInstitution": {
                "amount": 0.0,
                "currency": "USD"
            },
            "correspondentBankFrom": {
                "bic": "IRVTUS3NXXX",
                "institutionName": "THE BANK OF NEW YORK MELLON"
            },
            "correspondentBankTo": {
                "bic": "TRCKCHZZXXX"
            }
        },
        {
            "messageNameId": "103",
            "transactionStatus": "ACSP",
            "transactionStatusReason": "G000",
            "statusDescription": "ReleasedInProcess",
            "reasonDescription": "Payment transferred to next gpi agent and can be tracked",
            "timeOutForInstitution": "2022-07-11T14:54:20.23",
            "timeInForInstitution": "2022-07-11T14:54:04",
            "senderAcknowledgementReceipt": "2022-07-11T14:53:49",
            "receivedDate": "2022-07-11T14:54:04",
            "chargeType": "DEBT",
            "feeDeductAtInstitution": {
                "amount": 0.0
            },
            "correspondentBankFrom": {
                "bic": "CHFXGB3LXXX",
                "institutionName": "CUSTOM HOUSE FINANCIAL (UK) LTD."
            },
            "correspondentBankTo": {
                "bic": "IRVTUS3NXXX",
                "institutionName": "THE BANK OF NEW YORK MELLON"
            }
        }
    ]
}