v1

latestOpenAPI 3.0.3The MIT License (MIT)2026-07-1462239.9 KB

PSD2 (Payment Services Directive 2) Request

Use Verify request to generate and send a PIN to your user to authorize a payment:

  1. Create a request to send a verification code to your user.
  2. Check the status field in the response to ensure that your request was successful (zero is success).
  3. Use the request_id field in the response for the Verify check. (Please note that XML format is not supported for the Payment Services Directive endpoint at this time.)
post/psd2/{format}

Path parameters

format'json' | 'xml' required

The response format.

Response

OK

OR

Example response

{
  "request_id": "abcdef0123456789abcdef0123456789",
  "status": "0"
}