Configurations

Get payment configurations.

SecurityBearer or Bearer or Bearer or Bearer
Responses
200

Success

400

Bad Request

404

Not Found

500

Server Error

get/pay-api/v1/configurations/payments
Request samples
Response samples
application/json
{
  • "zeroCostProcessingOptionId": 0,
  • "zeroCostProcessingOption": null,
  • "defaultTipsOptions": null,
  • "defaultSurchargeRate": null,
  • "defaultCashDiscountRate": null,
  • "defaultDualPricingRate": null,
  • "availableCurrencies": [
    ],
  • "availableCardTypes": [
    ],
  • "availableTransactionTypes": [
    ],
  • "isTipsEnabled": true,
  • "availablePaymentProcessors": [
    ],
  • "avs": {
    },
  • "isCustomerCardSavingByTerminalEnabled": false
}

Get Contact Info

The "Contact Info" endpoint allows ISV applications to retrieve the merchant's contact information. By accessing this endpoint, developers can obtain a list of contact info records for the merchant, including address, phone, etc. This information can be integrated with other endpoints of the application, such as the invoice creation functionality.

SecurityBearer or Bearer or Bearer or Bearer
Responses
200

Success

400

Bad Request

404

Not Found

500

Server Error

get/pay-api/v1/configurations/contact-infos
Request samples
Response samples
application/json
{
  • "contactInfos": [
    ]
}