API Documentation
- Getting Started
- Customer
- Product
- ProductLimit
- Wallet
- WalletGroup
- Payout
- Webhook
Utils
Retrieve Wallet Restriction Types
The endpoint retrieves a list of pre-configured wallet restriction types on the Embedly platform.
GET
/
wallets
/
get
/
restriction
/
types
Copy
curl --request GET \
--url https://waas-staging.embedly.ng/api/v1/wallets/get/restriction/types \
--header 'x-api-key: <api-key>'
Copy
{
"code": "00",
"success": true,
"message": "Retrieved Successfully",
"data": [
{
"id": "3fa68c68-4203-4487-a56f-222b128a9b56",
"name": "PNDC",
"description": "Post no Debit or Credit"
},
{
"id": "aedfca78-6d3b-4199-885b-03df87e1a1f0",
"name": "PND",
"description": "Post no Debit"
},
{
"id": "dc20754f-fcdd-4193-be9b-1e3f04b68379",
"name": "PNC",
"description": "Post no Credit"
}
]
}
Copy
{
"code": "00",
"success": true,
"message": "Retrieved Successfully",
"data": [
{
"id": "3fa68c68-4203-4487-a56f-222b128a9b56",
"name": "PNDC",
"description": "Post no Debit or Credit"
},
{
"id": "aedfca78-6d3b-4199-885b-03df87e1a1f0",
"name": "PND",
"description": "Post no Debit"
},
{
"id": "dc20754f-fcdd-4193-be9b-1e3f04b68379",
"name": "PNC",
"description": "Post no Credit"
}
]
}
Copy
curl --request GET \
--url https://waas-staging.embedly.ng/api/v1/wallets/get/restriction/types \
--header 'x-api-key: <api-key>'
Copy
{
"code": "00",
"success": true,
"message": "Retrieved Successfully",
"data": [
{
"id": "3fa68c68-4203-4487-a56f-222b128a9b56",
"name": "PNDC",
"description": "Post no Debit or Credit"
},
{
"id": "aedfca78-6d3b-4199-885b-03df87e1a1f0",
"name": "PND",
"description": "Post no Debit"
},
{
"id": "dc20754f-fcdd-4193-be9b-1e3f04b68379",
"name": "PNC",
"description": "Post no Credit"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.