v1
latestOpenAPI 3.0.02026-07-244352379.2 KBSandbox Testing
Submit a test PIN during sandbox development
⚠️ Use For Sandbox Only
Only use this endpoint during sandbox testing. It cannot be used in production.
A POST request to /payments/{payment_ref}/collect_pin_backend/ programmatically associates a test PIN with an existing Payment object.
Use this endpoint to automate sandbox testing when you're building an integration that defers payment capture to the server.
post/api/payments/{payment_ref}/collect_pin_backend/
Request body
Example request
{
"pin": "1234"
}Response
OK - Success
object required