Verify OTP
OTP Flow
Verify OTP
Verifies the OTP and returns a short-lived JWT (type: payment_link, 24-hour expiry) for accessing the protected payment link.
PUT
Verify OTP
Headers
Bearer JWT for user-facing flows (Bearer eyJraWQ...), or the literal string NONE when authenticating via API key.
Example:
"Bearer eyJraWQ..."
API key for server-to-server flows, or the literal string NONE when authenticating via JWT.
Example:
"pcx_abc123_xxxx"