cURL
curl --request POST \ --url https://waas-card-middleware-api-prod.embedly.ng/api/v1/cards/afrigo/reset-card-pin \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "accountNumber": "<string>", "cardNumber": "<string>", "pin": "<string>" } '
{ "code": "200", "success": true, "message": "Pin reset completed successfully.", "data": { // Additional details if applicable } }
The endpoint enables you to reset card pins
Documentation IndexFetch the complete documentation index at: https://developer.embedly.ng/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developer.embedly.ng/llms.txt
Use this file to discover all available pages before exploring further.