CityPay
  • Merchant Payment Gateway
  • Introduction
    • API Overview
    • API Authentication
    • Error Codes
  • Endpoints and callbacks
    • Create Order
    • Get Order information
    • Deposit
    • Order Status
    • Payment Callback
    • Exchange rates
    • IP Addresses
    • Sandbox
  • Order API in your UI
    • Log in
    • Generate Order
    • Choose crypto
    • Get Order
    • Update order rates
    • Get Order History
Powered by GitBook
On this page
  • Description
  • getServerIPS

Was this helpful?

  1. Endpoints and callbacks

IP Addresses

Get IP addresses of CityPay servers

Description

To get callback calls from our IP address, you need to white list it in the first place. For this reason we created this method which can get CityPay IP addresses for you.

getServerIPS

GET https://api.citypay.io/api/generateAddress/getServerIPS

{
    "51.28.22.114,35.156.68.160,31.156.140.163"
}

PreviousExchange ratesNextSandbox

Last updated 4 years ago

Was this helpful?