Get Started
Platform
Peer 2 Peer
Bucket
- POSTPreview Bucket Withdraw Transaction
- POSTExecute Bucket Withdraw Transaction
- POSTConfirm Bucket Withdraw Transaction
- POSTPreview Bucket Deposit Transaction
- POSTExecute Bucket Deposit Transaction
- POSTConfirm Bucket Deposit Transaction
- POSTCreate Bucket Cash Deposit Transaction
- GETGet Bucket Transaction List
- GETGet Bucket Transaction Detail
- PATCHCancel Bucket Transaction
- DELDelete A Bucket Request
- DELDelete A Bucket Confirmation
- GETGet Bucket List
- POSTCreate A Bucket
- GETGet Bucket Details
- PATCHUpdate A Bucket
- PATCHUpdate A Bucket Security method
- GETGet Bucket Balance
- POSTGenerate Checkout
- PATCHUpdate Checkout
- GETGet CheckOut List
- GETGet CheckOut Details
Bucket
Generate Checkout
Generate Checkout
POST
/
v1
/
bucket
/
b5f7de1d-2bf2-41d6-89e9-3315d48fa4c1
/
checkout
/
Copy
curl --request POST \
--url https://api.rokcel.com/v1/bucket/b5f7de1d-2bf2-41d6-89e9-3315d48fa4c1/checkout/ \
--header 'Content-Type: application/json' \
--data '"{\r\n \"external_id\": \"1656e7e7-6c6e-4f1a-80c1-7419050f18b3\",\r\n \"name\": \"rerum et quibusdam\",\r\n \"description\": \"Debitis ipsum ratione vero magni ducimus eum illum. Et qui sint fugit. Tenetur beatae dolore et similique.\",\r\n \"published\": \"false\",\r\n // \"published\": true,\r\n \"products\": [\r\n {\r\n \"name\": \"Handmade Wooden Gloves\",\r\n \"quantity\": 2,\r\n \"price\": \"554.38\",\r\n \"image\": \"http://placeimg.com/640/480\"\r\n },\r\n {\r\n \"name\": \"Incredible Soft Ball\",\r\n \"quantity\": 2,\r\n \"price\": \"134.19\",\r\n \"image\": \"http://placeimg.com/640/480\"\r\n }\r\n ]\r\n}"'
Headers
Example:
"no-cache"
Example:
"<calculated when request is sent>"
Example:
"0"
Example:
"<calculated when request is sent>"
Example:
"PostmanRuntime/7.39.1"
Example:
"gzip, deflate, br"
Example:
"keep-alive"
Example:
"{{APP_TOKEN}}"
Body
application/json · any
The body is of type any
.
Copy
curl --request POST \
--url https://api.rokcel.com/v1/bucket/b5f7de1d-2bf2-41d6-89e9-3315d48fa4c1/checkout/ \
--header 'Content-Type: application/json' \
--data '"{\r\n \"external_id\": \"1656e7e7-6c6e-4f1a-80c1-7419050f18b3\",\r\n \"name\": \"rerum et quibusdam\",\r\n \"description\": \"Debitis ipsum ratione vero magni ducimus eum illum. Et qui sint fugit. Tenetur beatae dolore et similique.\",\r\n \"published\": \"false\",\r\n // \"published\": true,\r\n \"products\": [\r\n {\r\n \"name\": \"Handmade Wooden Gloves\",\r\n \"quantity\": 2,\r\n \"price\": \"554.38\",\r\n \"image\": \"http://placeimg.com/640/480\"\r\n },\r\n {\r\n \"name\": \"Incredible Soft Ball\",\r\n \"quantity\": 2,\r\n \"price\": \"134.19\",\r\n \"image\": \"http://placeimg.com/640/480\"\r\n }\r\n ]\r\n}"'
Assistant
Responses are generated using AI and may contain mistakes.