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
- Body
-
application/json content type Modified
-
PaymentCreatePayInSchema alternative Modified
-
subtype property Modified
-
Property is now required Breaking
-
Property is now required
-
subtype property Modified
-
PaymentCreatePayOutSchema alternative Modified
-
subtype property Modified
-
Property is now required Breaking
-
Property is now required
-
subtype property Modified
-
PaymentCreatePayInSchema alternative Modified
- 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