cURL
curl --request POST \ --url https://api.pcxpay.com/v1/users/verification-requests/submit \ --header 'Content-Type: application/json' \ --data ' { "request_id": "<string>", "verification_value": "<string>", "notes": "<string>" } '
{ "message": "Verification data submitted successfully", "request_id": "<string>", "verification_type": "<string>", "status": "<string>", "submitted_at": "<string>" }
Submits the actual BVN or NIN value for a pending verification request. The request must be in pending status.
pending
The actual BVN or NIN number being submitted.
Verification data submitted
"Verification data submitted successfully"