GuidesAPI ReferenceChangelog
Log In

Changelog

Friday, January 17, 2025

What's Changed


GET /payments/{payment-id}
Return Type:
  • Changed content type : application/json

    • Changed property transactionDetails (object)
      • Added property authorizationCode (string)
POST /payments/{payment-id}/cancel
Return Type:
  • Changed content type : application/json

    • Changed property transactionDetails (object)
      • Added property authorizationCode (string)
POST /payments/{payment-id}/complete
Return Type:
  • Changed content type : application/json

    • Changed property transactionDetails (object)
      • Added property authorizationCode (string)
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:

      • null enum 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:

      • null enum value:

      • `` Changed response : 404 Not Found

Refund not found.

  • Changed content type : application/json

    • Changed property category (string) enum value:

      • null enum value:

      • `` Changed response : 500 Internal Server Error

Unexpected error.

  • Changed content type : application/problem+json

    • Changed property category (string) enum value:

      • null enum value:

      • `` Changed response : 503 Service Unavailable

Service Temporarily Unavailable

  • Changed content type : application/problem+json

    • Changed property category (string) enum value:

      • null enum 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)
    • Changed property paymentMethod (object)
      • Changed property paymentMethodInformation (object)
        • Changed property cardInformation (object)
          • Changed property cardBrand (string) enum value:

            • null enum value:

            • ``

GET /validations/{validation-id}
Return Type:
  • Changed content type : application/json

    • Changed property transactionDetails (object)
      • Added property authorizationCode (string)
POST /payments
Return Type:

Changed response : 201 Created

Payment operation created successfully.

  • Changed content type : application/json

    • Changed property transactionDetails (object)
      • Added property authorizationCode (string)
GET /payments
Return 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)
GET /refunds
Return 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)
POST /refunds
Return Type:

Changed response : 201 Created

Refund operation result response

  • Changed content type : application/json

    • Changed property transactionDetails (object)
      • Added property authorizationCode (string)
POST /validations
Return Type:

Changed response : 201 Created

Validation request created successfully.

  • Changed content type : application/json

    • Changed property transactionDetails (object)
      • Added property authorizationCode (string)
GET /validations
Return 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)

Tuesday, January 14, 2025

What's Changed


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

Card validation not found

  • Changed content type : application/json

    • Changed property transactionDetails (object)
      • Added property authorizationCode (string)
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)
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)
POST /payments/{payment-id}/cancel
Return Type:

Changed response : 200 OK

Payment canceled successfully.

  • Changed content type : application/json

    • Changed property transactionDetails (object)
      • Added property authorizationCode (string)
POST /payments/{payment-id}/complete
Return Type:

Changed response : 200 OK

Payment completed successfully.

  • Changed content type : application/json

    • Changed property transactionDetails (object)
      • Added property authorizationCode (string)
POST /payments
Return Type:

Changed response : 201 Created

Payment operation created successfully.

  • Changed content type : application/json

    • Changed property transactionDetails (object)
      • Added property authorizationCode (string)
GET /payments
Return 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)
POST /refunds
Return Type:

Changed response : 201 Created

Refund operation result response

  • Changed content type : application/json

    • Changed property statusDetails (object)
      • Added property authorizationCode (string)
GET /refunds
Return 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)
POST /validations
Return Type:

Changed response : 201 Created

Validation request created successfully.

  • Changed content type : application/json

    • Changed property transactionDetails (object)
      • Added property authorizationCode (string)
GET /validations
Return 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)