Skip to main content
GET
/
v1
/
payment-intents
/
{paymentIntentId}
Get payment intent detail
curl --request GET \
  --url http://localhost:3001/v1/payment-intents/{paymentIntentId}
{
  "id": "<string>",
  "organizationId": "<string>",
  "externalReference": "<string>",
  "source": {
    "amount": "<string>",
    "currency": "<string>"
  },
  "destination": {
    "amount": "<string>",
    "currency": "<string>"
  },
  "paymentType": "<string>",
  "paymentSubtype": "<string>",
  "stablecoin": "<string>",
  "chain": "<string>",
  "beneficiaryAccount": "<string>",
  "beneficiaryName": "<string>",
  "status": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "direction": "<string>",
  "effectiveDate": "2023-11-07T05:31:56Z",
  "references": null,
  "metadata": null,
  "reconciliationCase": {
    "id": "<string>",
    "organizationId": "<string>",
    "paymentIntentId": "<string>",
    "expectedAmount": "<string>",
    "actualAmount": "<string>",
    "exceptionType": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  },
  "auditEvents": [
    {
      "id": "<string>",
      "organizationId": "<string>",
      "paymentIntentId": "<string>",
      "caseId": "<string>",
      "rawRecordId": "<string>",
      "importBatchId": "<string>",
      "eventType": "<string>",
      "actor": "<string>",
      "payload": null,
      "message": "<string>",
      "occurredAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Headers

authorization
string
Minimum string length: 1
x-organization-id
string
Minimum string length: 1

Path Parameters

paymentIntentId
string
required
Minimum string length: 1

Response

Default Response

id
string
required
organizationId
string
required
externalReference
null | string
required
source
ApiMoney ยท object
required
destination
ApiMoney ยท object
required
paymentType
string
required
paymentSubtype
null | string
required
stablecoin
null | string
required
chain
null | string
required
beneficiaryAccount
null | string
required
beneficiaryName
null | string
required
status
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
direction
string
required
effectiveDate
string<date-time> | null
required
references
unknown
required
metadata
unknown
required
reconciliationCase
ReconciliationCaseSnapshot ยท object
required
auditEvents
ReconciliationAuditEvent ยท object[]
required