PSD2 (Payment Services Directive 2) Request
Use Verify request to generate and send a PIN to your user to authorize a payment:
- Create a request to send a verification code to your user.
- Check the status field in the response to ensure that your request was successful (zero is success).
- 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
Example response
{
"request_id": "abcdef0123456789abcdef0123456789",
"status": "0"
}