Changelog
Friday, January 17, 2025
What's Changed
GET /payments/{payment-id}
GET /payments/{payment-id}Return Type:
-
Changed content type :
application/json- Changed property
transactionDetails(object)- Added property
authorizationCode(string)
- Added property
- Changed property
POST /payments/{payment-id}/cancel
POST /payments/{payment-id}/cancelReturn Type:
-
Changed content type :
application/json- Changed property
transactionDetails(object)- Added property
authorizationCode(string)
- Added property
- Changed property
POST /payments/{payment-id}/complete
POST /payments/{payment-id}/completeReturn Type:
-
Changed content type :
application/json- Changed property
transactionDetails(object)- Added property
authorizationCode(string)
- Added property
- Changed property
GET /refunds/{refund-id}
GET /refunds/{refund-id}Return Type:
Changed response : 401 Unauthorized
Not authorized. The user does not have a valid API Key or Access Token.
-
Changed content type :
application/problem+json-
Changed property
category(string) enum value:-
nullenum value: -
`` Changed response : 403 Forbidden
-
-
Forbidden. The user does not have permission to access the requested resource.
-
Changed content type :
application/problem+json-
Changed property
category(string) enum value:-
nullenum value: -
`` Changed response : 404 Not Found
-
-
Refund not found.
-
Changed content type :
application/json-
Changed property
category(string) enum value:-
nullenum value: -
`` Changed response : 500 Internal Server Error
-
-
Unexpected error.
-
Changed content type :
application/problem+json-
Changed property
category(string) enum value:-
nullenum value: -
`` Changed response : 503 Service Unavailable
-
-
Service Temporarily Unavailable
-
Changed content type :
application/problem+json-
Changed property
category(string) enum value:-
nullenum value: -
`` Changed response : 200 OK
-
-
Successfully retrieved the refund corresponding to the provided
refund-id
-
Changed content type :
application/json- Changed property
transactionDetails(object)- Added property
authorizationCode(string)
- Added property
- Changed property
paymentMethod(object)- Changed property
paymentMethodInformation(object)- Changed property
cardInformation(object)-
Changed property
cardBrand(string) enum value:-
nullenum value: -
``
-
-
- Changed property
- Changed property
- Changed property
GET /validations/{validation-id}
GET /validations/{validation-id}Return Type:
-
Changed content type :
application/json- Changed property
transactionDetails(object)- Added property
authorizationCode(string)
- Added property
- Changed property
POST /payments
POST /paymentsReturn Type:
Changed response : 201 Created
Payment operation created successfully.
-
Changed content type :
application/json- Changed property
transactionDetails(object)- Added property
authorizationCode(string)
- Added property
- Changed property
GET /payments
GET /paymentsReturn Type:
Changed response : 200 OK
List of all payments
-
Changed content type :
application/json- Changed property
data(array) Changed items (object)- Changed property
transactionDetails(object)- Added property
authorizationCode(string)
- Added property
- Changed property
- Changed property
GET /refunds
GET /refundsReturn Type:
Changed response : 200 OK
Refund list successfully returned.
-
Changed content type :
application/json- Changed property
data(array) Changed items (object)- Changed property
transactionDetails(object)- Added property
authorizationCode(string)
- Added property
- Changed property
- Changed property
POST /refunds
POST /refundsReturn Type:
Changed response : 201 Created
Refund operation result response
-
Changed content type :
application/json- Changed property
transactionDetails(object)- Added property
authorizationCode(string)
- Added property
- Changed property
POST /validations
POST /validationsReturn Type:
Changed response : 201 Created
Validation request created successfully.
-
Changed content type :
application/json- Changed property
transactionDetails(object)- Added property
authorizationCode(string)
- Added property
- Changed property
GET /validations
GET /validationsReturn Type:
Changed response : 200 OK
List of Card Validations
-
Changed content type :
application/json- Changed property
data(array) Changed items (object)- Changed property
transactionDetails(object)- Added property
authorizationCode(string)
- Added property
- Changed property
- Changed property
Tuesday, January 14, 2025
What's Changed
GET /validations/{validation-id}
GET /validations/{validation-id}Return Type:
Changed response : 200 OK
Retrieve a Card Validation by Id
-
Changed content type :
application/json- Changed property
transactionDetails(object)- Added property
authorizationCode(string) Changed response : 404 Not Found
- Added property
- Changed property
Card validation not found
-
Changed content type :
application/json- Changed property
transactionDetails(object)- Added property
authorizationCode(string)
- Added property
- Changed property
GET /refunds/{refund-id}
GET /refunds/{refund-id}Return Type:
Changed response : 200 OK
Successfully retrieved the refund corresponding to the provided
refund-id
-
Changed content type :
application/json- Changed property
statusDetails(object)- Added property
authorizationCode(string)
- Added property
- Changed property
GET /payments/{payment-id}
GET /payments/{payment-id}Return Type:
Changed response : 200 OK
The payment corresponding to the provided
payment-id
-
Changed content type :
application/json- Changed property
transactionDetails(object)- Added property
authorizationCode(string)
- Added property
- Changed property
POST /payments/{payment-id}/cancel
POST /payments/{payment-id}/cancelReturn Type:
Changed response : 200 OK
Payment canceled successfully.
-
Changed content type :
application/json- Changed property
transactionDetails(object)- Added property
authorizationCode(string)
- Added property
- Changed property
POST /payments/{payment-id}/complete
POST /payments/{payment-id}/completeReturn Type:
Changed response : 200 OK
Payment completed successfully.
-
Changed content type :
application/json- Changed property
transactionDetails(object)- Added property
authorizationCode(string)
- Added property
- Changed property
POST /payments
POST /paymentsReturn Type:
Changed response : 201 Created
Payment operation created successfully.
-
Changed content type :
application/json- Changed property
transactionDetails(object)- Added property
authorizationCode(string)
- Added property
- Changed property
GET /payments
GET /paymentsReturn Type:
Changed response : 200 OK
List of all payments
-
Changed content type :
application/json- Changed property
data(array) Changed items (object)- Changed property
transactionDetails(object)- Added property
authorizationCode(string)
- Added property
- Changed property
- Changed property
POST /refunds
POST /refundsReturn Type:
Changed response : 201 Created
Refund operation result response
-
Changed content type :
application/json- Changed property
statusDetails(object)- Added property
authorizationCode(string)
- Added property
- Changed property
GET /refunds
GET /refundsReturn Type:
Changed response : 200 OK
Refund list successfully returned.
-
Changed content type :
application/json- Changed property
data(array) Changed items (object)- Changed property
statusDetails(object)- Added property
authorizationCode(string)
- Added property
- Changed property
- Changed property
POST /validations
POST /validationsReturn Type:
Changed response : 201 Created
Validation request created successfully.
-
Changed content type :
application/json- Changed property
transactionDetails(object)- Added property
authorizationCode(string)
- Added property
- Changed property
GET /validations
GET /validationsReturn Type:
Changed response : 200 OK
List of Card Validations
-
Changed content type :
application/json- Changed property
data(array) Changed items (object)- Changed property
transactionDetails(object)- Added property
authorizationCode(string)
- Added property
- Changed property
- Changed property
