The unique organizationId. Exmaple:
3fa85f64-5717-4562-b3fc-2c963f66afa6
curl --request GET \
--url https://checkout-staging.embedly.ng/api/v1/checkout-wallet
{
"statusCode": 200,
"message": "success",
"data": [
{
"id": "b929bd22-6da0-4b5a-8c37-871ddce94a62",
"walletNumber": "2225655477",
"organizationId": "02600494-1a3c-11f0-a818-6045bd97b81d",
"walletName": "Embedly Check Demo",
"status": "Active",
"createdAt": "2025-07-11T17:40:33.982924Z",
"expiresAt": "2025-07-11T18:10:33.982946Z",
"usedAt": null,
"expiredAt": null,
"reactivatedAt": null,
"transactionAmount": null
}
],
"pagination": {
"currentPage": 1,
"pageSize": 10,
"totalCount": 1,
"totalPages": 1,
"hasNextPage": false,
"hasPreviousPage": false
}
}
Endpoint for getting all checkout wallets under an organization using the Organization Id
curl --request GET \
--url https://checkout-staging.embedly.ng/api/v1/checkout-wallet
{
"statusCode": 200,
"message": "success",
"data": [
{
"id": "b929bd22-6da0-4b5a-8c37-871ddce94a62",
"walletNumber": "2225655477",
"organizationId": "02600494-1a3c-11f0-a818-6045bd97b81d",
"walletName": "Embedly Check Demo",
"status": "Active",
"createdAt": "2025-07-11T17:40:33.982924Z",
"expiresAt": "2025-07-11T18:10:33.982946Z",
"usedAt": null,
"expiredAt": null,
"reactivatedAt": null,
"transactionAmount": null
}
],
"pagination": {
"currentPage": 1,
"pageSize": 10,
"totalCount": 1,
"totalPages": 1,
"hasNextPage": false,
"hasPreviousPage": false
}
}
3fa85f64-5717-4562-b3fc-2c963f66afa6
{
"statusCode": 200,
"message": "success",
"data": [
{
"id": "b929bd22-6da0-4b5a-8c37-871ddce94a62",
"walletNumber": "2225655477",
"organizationId": "02600494-1a3c-11f0-a818-6045bd97b81d",
"walletName": "Embedly Check Demo",
"status": "Active",
"createdAt": "2025-07-11T17:40:33.982924Z",
"expiresAt": "2025-07-11T18:10:33.982946Z",
"usedAt": null,
"expiredAt": null,
"reactivatedAt": null,
"transactionAmount": null
}
],
"pagination": {
"currentPage": 1,
"pageSize": 10,
"totalCount": 1,
"totalPages": 1,
"hasNextPage": false,
"hasPreviousPage": false
}
}