Version 1

Basic authentication

POST:

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

“operation”.

“amount”.

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

POST:

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

“operation”. “amount”.

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

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".

{
   "operation":"cancel"
}

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.

This request does not have a body.

Last updated