The smarter way
Search
⌃K

Version 1

Capture

Base URL

POST:
https://<ottu-url>/b/pbl/v1/operation/{{order_no}} These data is for showcasing! {{order_no}}: order number should be inserted.
“operation”.
“amount”.

Body

{
"operation":"capture",
"amount":""
}

Refund

Base URL

POST:
https://<ottu-url>/b/pbl/v1/operation/{{order_no}} These data is for showcasing! {{order_no}}: order number should be inserted.
“operation”. “amount”.

Body

{
"operation":"refund",
"amount":""
}

Cancel

Base URL

POST:
https://<ottu-url>/b/pbl/v1/operation/{{order_no}} These data is for showcasing! {{order_no}}: order number should be inserted.

Request parameters

"operation".

Body

{
"operation":"cancel"
}

Inquiry

Base URL

POST:
https://<ottu-url>/b/pbl/v1/operation/{{order_no}} These data is for showcasing! {{order_no}}: order number should be inserted.

Request parameters

No request parameters needed.

Body

This request does not have a body.
Last modified 2mo ago