Payments & Fund TransfersPayments

Get a Payment

GET
/v1/payments/{id}

Authorization

authorization
AuthorizationBearer <token>

Set Your Secret API Key

In: header

Path Parameters

id*string

Response Body

*/*

application/json

curl -X GET "https://example.com/v1/payments/string"

A payment the bank has confirmed. bankReference carries the bank's own reference.

{  "id": "pymt_0J7Q2D4K9RXM3",  "type": "FAST",  "amount": 150000,  "currency": "SGD",  "customerReference": "INV-20260901-001",  "senderAccountId": "intacc_0H3BQY9BK1FCG",  "receiver": {    "name": "Chan Tai Man",    "bank": "OCBCSGSGXXX",    "bankAccountNumber": "7654321098"  },  "paymentDetails": "Payment for invoice INV-20260901-001",  "currencyExchange": {    "fxContractId": null  },  "senderAccountCurrency": "SGD",  "status": "COMPLETED",  "resultCode": null,  "bankReference": "FT26244N3K8Q1V",  "createdAt": "2026-09-01T02:15:32.418206Z",  "updatedAt": "2026-09-01T02:15:33.102544Z"}