Success
Bad Request
Not Found
Server Error
{- "zeroCostProcessingOptionId": 0,
- "zeroCostProcessingOption": null,
- "defaultTipsOptions": null,
- "defaultSurchargeRate": null,
- "defaultCashDiscountRate": null,
- "defaultDualPricingRate": null,
- "availableCurrencies": [
- {
- "id": 1,
- "name": "USD"
}
], - "availableCardTypes": [
- {
- "id": 0,
- "name": "Unknown"
}, - {
- "id": 1,
- "name": "Visa"
}, - {
- "id": 2,
- "name": "MasterCard"
}, - {
- "id": 3,
- "name": "AmericanExpress"
}, - {
- "id": 4,
- "name": "DinersClub"
}, - {
- "id": 5,
- "name": "Discover"
}, - {
- "id": 6,
- "name": "JCB"
}
], - "availableTransactionTypes": [
- {
- "id": 2,
- "name": "Sale"
}, - {
- "id": 3,
- "name": "Capture"
}, - {
- "id": 5,
- "name": "Refund"
}, - {
- "id": 4,
- "name": "Void"
}, - {
- "id": 6,
- "name": "CardAuthentication"
}, - {
- "id": 7,
- "name": "RefundWORef"
}, - {
- "id": 8,
- "name": "TipAdjustment"
}
], - "isTipsEnabled": true,
- "availablePaymentProcessors": [
- {
- "id": "00000000-0000-0000-0000-000000000000",
- "name": "TSYS",
- "isDefault": true,
- "typeId": 0,
- "type": null,
- "settlementBatchTimeSlots": [
- {
- "hours": 2,
- "minutes": 10,
- "timezoneName": "America/New_York"
}
]
}
], - "avs": {
- "isEnabled": true,
- "profileId": 1,
- "profile": "Strict"
}, - "isCustomerCardSavingByTerminalEnabled": false
}
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.
Success
Bad Request
Not Found
Server Error
{- "contactInfos": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "addressName": "string",
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "zip": "string",
- "countryId": 0,
- "stateId": 0,
- "stateName": "string",
- "email": "string",
- "businessPhoneNumber": "string",
- "merchantId": "c3073b9d-edd0-49f2-a28d-b7ded8ff9a8b",
- "isMainAddress": true,
- "isDefaultAddress": true
}
]
}