API structure has changed
5 structure changes including:
5 Modifications
Modified
5
GET /v1/order/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- payments property Added
-
application/json content type Modified
POST /v1/checkout
- Response
-
200 response Modified
-
application/json content type Modified
- balance property Added
-
application/json content type Modified
POST /v1/order/{id}/add-payment
- Response
-
200 response Modified
-
application/json content type Modified
- payments property Added
-
application/json content type Modified
POST /v1/order/{id}/cancel-item
- Response
-
200 response Modified
-
application/json content type Modified
- payments property Added
-
application/json content type Modified
POST /v1/order/{id}/charge-card-on-file
- Response
-
200 response Modified
-
application/json content type Modified
- payments property Added
-
application/json content type Modified