Детайли за плащането

GET http://[ip]:[port]/psd2/v1/payments/bgn-credit-transfers/[payment-id]

HEADERS:

X-Request-ID: [request-id] – задължителен

Content-Type: application/json – задължителен

Consent-ID: [consent-id] – задължителен

PSU-ID: [user-id] – незадължителен, за бъдещо ползване

RESPONSE:

{
  "instructedAmount": {
    "currency": "USD",
    "content": 123.5
  },
  "debtorAccount": {
    "iban": {
      "iban": "BG53TEPJ40131001000119"
    },
    "bban": null,
    "pan": null,
    "maskedPan": null,
    "msisdn": null,
    "resourceId": null,
    "name": null,
    "product": null,
    "cashAccountType": null,
    "currency": null,
    "_links": null
  },
  "creditorName": "IhuAhu.com",
  "creditorAccount": {
    "iban": {
      "iban": "TR73TURKBANK123456789"
    },
    "bban": null,
    "pan": null,
    "maskedPan": null,
    "msisdn": null,
    "resourceId": null,
    "name": null,
    "product": null,
    "cashAccountType": null,
    "currency": null,
    "_links": null
  },
  "transactionStatus": "RCVD",
  "paymentId": "526091c1-e4ac-410a-a642-65af191ee8a9",
  "paymentType": {
    "serviceLevel": "SS1"
  },
  "remittanceInformationUnstructured": "ihuahu link"
}

Powered by BetterDocs