cURL
curl --request POST \ --url https://checkout-staging.embedly.ng/api/v1/checkout-wallet \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "organizationId": "<string>", "expectedAmount": 123, "organizationPrefixMappingId": "<string>", "expiryDurationMinutes": 123 } '
{ "statusCode": 200, "message": "Checkout wallet reactivated successfully", "data": { "id": "bfce68af-4b43-4827-abb8-985a2d3b8a79", "walletNumber": "2225657965", "organizationId": "02600494-1a3c-11f0-a818-6045bd97b81d", "walletName": "Embedly Check Demo", "status": "Reactivated", "createdAt": "2025-07-14T16:47:32.297357Z", "expiresAt": "2025-07-24T14:28:01.1254478Z", "reactivatedAt": "2025-07-24T13:58:01.1254127Z", "expectedAmount": 20000, "checkoutRef": "CHK202507241358013544205" } }
This endpoint creates a checkout wallet.
02600494-1a3c-11f0-a818-6045bd97b81d
20000
8b4432bc-f3c7-4055-b5e5-e232707e79af
30