Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Access to this method is limited and is discussed separately with your personal manager!

...

Parameters for forming the request body in JSON format

Key

Data type

ObligatedRequired?

Description

Example

params.sessionId

string

yes

id сесії клієнта

"445fb296-8653-4646-8475-5796c97d16ff"

params.paymentId

string

yes, one of these parameters: params.paymentId, params.operationId, or params.externalId

id платежу

"a85ee391-46ca-4766-b376-292bd7efbeea"

params.operationId

string

operation id

"bc3c95f1-bf2a-4e61-8c88-8444b1b4e014"

params.externalId

string

external id of the operation

"ad6cee7f-88ff-4090-ae38-8e6a0f260cd8"

data.cardFrom.pan

string

yes, either one parameter data.cardFrom.id or both parameters data.cardFrom.pan and data.cardFrom.expiresAt

debit card number

The customer can use this option only with a PCI DSS certificate

"4111111111111111"

data.cardFrom.expiresAt

string

debit card validity period in YYYY-MM format

The customer can use this option only with a PCI DSS certificate

"2025-05"

data.cardFrom.id

string

debit card id
created in the UAPAY system

"06f9c6e4-90e4-4f1e-a12b-49f2f7e9c390"

data.cardFrom.securityCode

string

yes

CVV2/CVC2 debit card code

"111"

...