RSA-OAEP-AES-256-GCM
RESOURCE.NOT_FOUND
VALIDATION.INVALID_PARAMETER
REQUEST.CONFLICT
X-Operation-Id
{ "cardInfoBizId": "CI_ABCDEF1234567890", "amount": 2500 }
curl --location 'https://api.lampays.com/card-products/10010107/prepaid/cards/withdraw' \ --header 'X-API-VERSION: 2' \ --header 'X-Api-Key: {{api_key}}' \ --header 'X-Timestamp;' \ --header 'X-Nonce;' \ --header 'X-Signature;' \ --header 'X-Signature-Algorithm: RSA-SHA256' \ --header 'X-Idempotency-Key;' \ --header 'X-Request-Id;' \ --header 'X-Platform-Encryption-Key-Id;' \ --header 'Content-Type: application/json' \ --data '{ "cardInfoBizId": "CI_ABCDEF1234567890", "amount": 2500 }'
{ "version": "string", "timestamp": 0, "success": true, "code": "string", "message": "string", "data": { "operationBizId": "PPCF_R_ABCDEF1234567890", "cardInfoBizId": "CI_ABCDEF1234567890", "providerReference": "TXN_123456", "amount": 3000, "cardBalance": 8000, "status": { "code": "ACTIVE", "value": 35010102, "label": "Active" } } }