Getting payment details (pacs.008)
  • 18 Sep 2024
  • 12 Minutes to read
  • Dark
    Light

Getting payment details (pacs.008)

  • Dark
    Light

Article summary


This tutorial describes how you can get payment details with the Payments Hub API.

For this tutorial, consider a scenario where a customer wants to see the ID of each transaction for a payment they have previously made. The Payments Hub API can be used to retrieve these details. The tutorial describes how you can retrieve the payment details using the ISO pacs.008 message.

Note

The instructions in this tutorial apply to the sandbox environment.

Prerequisites

Before obtaining the access token, make sure you have a public-private key pair that you can use to sign JWT Bearer tokens.

Click here to email your public key, along with the kid and iss claim values you will use in your JWT Bearer tokens.

Note

  • The public key must be created with RSA and sent in PEM format, without password encryption, and must have a length of at least 2048 bits. If these criteria are not met, the token will be rejected.

  • If you don't have a public-private key pair yet, you can use a predefined JWT Bearer token in the sandbox with no need to create or sign your own tokens for authentication:

    eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Ikh1YnRlc3RfcHJvX3NhbmRib3gifQ.eyJzdWIiOiJxTWtaOTBxb0hBTjVJbkE2V2xNYVZBaE41dDhBQWVPeCIsImlzcyI6IlNhbnRhbmRlciIsImlhdCI6MTY2MTMyNzQyNSwibmJmIjoxNjYxMzI3NDI1LCJleHAiOjE2OTI4NjM0MjUsImp0aSI6IjRmMjM0ZmIxLWM3ODAtNGVhNS05YmI5LTBkMTZiYzU3MmFmNyJ9.lz19moa2xSUeBoz4-55qF15CY_LU-1Vb7bh14Q1pGjqR7hEL3OdxK9-EnWSP4eDMivMZWTHOXbFTj9WcH0eiX1u7fNJVVhyWTUqvIfI5Qcpal2j2pQElLe9mv7bytMGPbDpK-9kNqkuNX4J_LB7qLZJtPwSbsFtICORpLrBeMHwqWLRnaFVOMuiMM14CXG31YaKNVphowthVA_21CuE0P5Tl5iIlJIx0MENoq_pbmQpFkuN0VlxW7gv9Zrqo44Vd4TtoZiF4uY-PgbT3JDnbEe5pRa7C4vF-LHrdgfpNW9fjW9kut-ZuyeEIH240t6emstsdtcFAC18TpZjo9HM3sw

1. Authenticate to get an access token

The Payments Hub API endpoints are protected with OAUTH 2.0 JWT Bearer grant. To use the API, you must create a JWT Bearer token and use it to get an access token:

2. Retrieve the payment details

This section describes how to retrieve the payment details via a pacs.008 HTTP request to the Payments Hub API. To send this request, you need to provide the Payments Hub ID. This section also illustrates a successful response.

Request

Create and send a request using the following operation:

GET https://sandbox.api.pagonxt.com/payments/pacs008/v08/{paymentsHubId}

Headers

The request must contain the headers shown in the following table.

Table: Retrieve payment details – Required request headers

Header name

Description

Required/Optional

Values

Authorization

Authorization security header

Required

Bearer <Access token>

X-Client-Id

Client ID

Required

<Client ID>

Accept

Format of the response body

Required

application/json

Parameters

The request must contain the path parameter shown in the following table.

Table: Retrieve payment details – Request parameters

Parameter type

Parameter name

Description

Data format

Required/Optional

Path

paymentsHubId

Payments Hub ID related to the payment whose details you want to retrieve. This is the value you received when you originally submitted the payment.

String

Required

Request example

The following example illustrates the request using raw HTTP code:

GET /payments/pacs008/v08/YOUR_PAYMENTS_HUB_ID HTTP/1.1
Host: sandbox.api.pagonxt.com
Content-Type: application/json
Authorization: Bearer YOUR_ACCESS_TOKEN
X-Client-Id: YOUR_CLIENT_ID

Response

If the request is valid, you receive an HTTP 200 OK response, which means that the payment details were successfully retrieved. For further details of HTTP response codes and instructions on how to handle errors, see HTTP codes and request error handling .

In addition to the response code, the response body returns the fitoFICstmrCdtTrf JSON object, which contains a pacs.008 ISO message. This message contains different elements depending on which payment scheme was used in the original transaction.

Response body

The following table shows the response body elements that are relevant for the current use case for the SEPA SCT Instant (SCT Inst) payment scheme. For details on all the response body elements for all supported payment schemes, see the Message field definition for pacs.008 .

Extract the value of the cdtTrfTxInf.pmtId.txId key to see the transaction IDs for the payment.

Table: Retrieve payment details – Relevant response body elements

Element

Description

Data type

grpHdr.msgId

Message ID, which uniquely identifies each request that was sent.

This ID is used internally for idempotency of the API.

String

grpHdr.creDtTm

Date and time of the payment submission request

String

grpHdr.nbOfTxs

Number of transactions within the message.

Value: 1

String

grpHdr.ttlIntrBkSttlmAmt

Data structure containing the payment currency and the amount for the total interbank settlement.

The currency is EUR and the amount is a positive value.

If these fields are used, the amount is equal to the sum of all the transactions in the message.

Object

grpHdr.sttlmInf.sttlmMtd

Settlement method.

Value: CLRG

String

grpHdr.sttlmInf.clrSys

Clearing System.

Value: CAM

String

cdtTrfTxInf.pmtId.endToEndId

End-to-end ID, which can be used to track the transaction between payment systems.

If the ID is not available, the value is NOT PROVIDED.

String

cdtTrfTxInf.pmtId.txId

Transaction ID, which uniquely identifies each transaction within the message

String

cdtTrfTxInf.pmtTpInf.svcLvl.cd

Payment scheme type.

Value: SEPA

String

cdtTrfTxInf.pmtTpInf.lclInstrm.cd

SCT Instant (INST) processing code

Value: INST

String

cdtTrfTxInf.pmtTpInf.ctgyPurp.prtry

Payment channel SCT Instant (INST) processing code

Value: INST

String

cdtTrfTxInf.intrBkSttlmAmt

Data structure containing the payment currency and the amount that was transferred.

The currency is EUR and the amount is a positive value.

Object

cdtTrfTxInf.chrgBr

Charge bearer type.

The possible values are:

  • SLEV = Charges are applied according to the rules agreed in the service level and/or scheme

  • SHAR = Charges on the sender side are borne by the debtor, and charges on the receiver side are borne by the creditor

String

cdtTrfTxInf

► .intrmyAgt1

► .intrmyAgt1Acct

Data structures containing the details for the intermediary agent and the agent's account.

These structures are required if you use multiple agencies and agency accounts for debiting.

Object

cdtTrfTxInf

► .dbtr

► .dbtrAcct

► .dbtrAgt

Data structures containing the details for the debtor, the debtor’s account, and the debtor agent

Object

cdtTrfTxInf

► .cdtrAgt

► .cdtr

► .cdtrAcct

Data structures containing the details for the creditor agent, the creditor, and the creditor’s account

Object

cdtTrfTxInf.rmtInf

Data structure containing remittance details

Object

Example response body for the SEPA SCT Inst payment scheme:

{
    "fitoFICstmrCdtTrf": {
        "grpHdr": {
            "msgId": "msgId-8fe000131",
            "creDtTm": "2024-08-01T08:00:00.000+02:00",
            "nbOfTxs": "1",
            "ttlIntrBkSttlmAmt": {
                "value": 6.47,
                "ccy": "EUR"
            },
            "intrBkSttlmDt": "2024-08-01",
            "sttlmInf": {
                "sttlmMtd": "CLRG",
                "clrSys": {
                    "prtry": "CAM"
                }
            },
            "instgAgt": {
                "finInstnId": {
                    "bicfi": "XXXXXXXX"
                }
            },
            "instdAgt": {
                "finInstnId": {
                    "bicfi": "XXXXXXXX"
                }
            }
        },
        "cdtTrfTxInf": [
            {
                "pmtId": {
                    "instrId": "pacs008-instrId",
                    "endToEndId": "pacs008-endToEndId",
                    "txId": "pacs008-txId"
                },
                "pmtTpInf": {
                    "svcLvl": [
                        {
                            "cd": "SEPA"
                        }
                    ],
                    "ctgyPurp": {
                        "prtry": "INST"
                    },
                    "lclInstrm": {
                        "cd": "INST"
                    }
                },
                "intrBkSttlmAmt": {
                    "value": 6.47,
                    "ccy": "EUR"
                },
                "chrgBr": "SHAR",
                "instgAgt": {
                    "finInstnId": {
                        "bicfi": "XXXXXXXX"
                    }
                },
                "dbtr": {
                    "nm": "DEBTOR NAME",
                    "pstlAdr": {
                        "adrTp": {
                            "cd": "ADDR"
                        },
                        "dept": "CL",
                        "strtNm": "NAME",
                        "bldgNm": "1",
                        "flr": "1",
                        "room": "D",
                        "pstCd": "28001",
                        "twnNm": "CITY",
                        "twnLctnNm": "CITY",
                        "ctrySubDvsn": "CITY",
                        "ctry": "ES",
                        "adrLine": [
                            "CL. NAME, 1 1 D",
                            "28001 CITY CITY"
                        ]
                    },
                    "id": {
                        "prvtId": {
                            "dtAndPlcOfBirth": {
                                "birthDt": "1993-05-19",
                                "prvcOfBirth": "MADRID",
                                "cityOfBirth": "MADRID",
                                "ctryOfBirth": "ES"
                            }
                        }
                    }
                },
                "dbtrAcct": {
                    "id": {
                        "iban": "ES0700000000000000000000"
                    }
                },
                "dbtrAgt": {
                    "finInstnId": {
                        "bicfi": "XXXXXXXX"
                    }
                },
                "cdtrAgt": {
                    "finInstnId": {
                        "bicfi": "XXXXXXXX"
                    }
                },
                "cdtr": {
                    "nm": "CREDITOR NAME",
                    "pstlAdr": {
                        "adrTp": {
                            "cd": "ADDR"
                        },
                        "dept": "CL",
                        "strtNm": "NAME",
                        "bldgNm": "1",
                        "flr": "2",
                        "room": "I",
                        "pstCd": "28232",
                        "twnNm": "CITY",
                        "twnLctnNm": "CITY",
                        "ctrySubDvsn": "CITY",
                        "ctry": "ES",
                        "adrLine": [
                            "CL. NAME, 1 2 I",
                            "28232 CITY CITY"
                        ]
                    }
                },
                "cdtrAcct": {
                    "id": {
                        "iban": "ES0700000000000000000001"
                    }
                },
                "ultmtCdtr":{
                    "nm": "ULTIMATE CREDITOR NAME",
                    "id": {
                        "orgId": {
                            "lei": "000000AAAA0AA00AAA00"
                        }
                    }
                },
                "rmtInf": {
                    "ustrd": [
                        "FAKE:ACCP:IT00"
                    ],
                    "strd": [
                        {
                            "cdtrRefInf": {
                                "tp": {
                                    "cdOrPrtry": {
                                        "cd": "SCOR"
                                    }
                                }
                            }
                        }
                    ]
                }
            }
        ]
    }
}


Was this article helpful?