API structure has changed
2 structure changes including:
2 Modifications
Modified
2
Breaking
GET /v1/payments/{uid}/status
- Response
-
200 response Modified
-
application/json content type Modified
-
payment type, payed_amount, cur properties Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- payment_type, requested_amount, requested_currency, client_amount, currency, paid_amount properties Added
-
payment type, payed_amount, cur properties Removed
-
application/json content type Modified
POST /v1/payments/new
- Response
-
201 response Modified
-
application/json content type Modified
-
payment type, payed_amount, cur properties Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- payment_type, requested_amount, requested_currency, client_amount, currency, paid_amount properties Added
-
payment type, payed_amount, cur properties Removed
-
application/json content type Modified