X-Pay Merchant Public Api
  1. XPayMerchant Public API
X-Pay Merchant Public Api
  • Payments
    • Introduction to the X-Pay API
    • Integration Guide - Quick Start
    • Integration Guide - Payments
    • X-Pay WooCommerce
    • X-Pay Flutter Plugin
    • .NET SDK
  • XPayMerchant Public API
    • Get Token Sandbox
      POST
    • Get Token Production
      POST
    • Get Currencies
      GET
    • Get Banks
      GET
    • Get Payment intervals
      GET
    • Payment Calculator
      POST
    • Test Webhook Sandbox
      POST
    • Test Webhook Production
      POST
    • Pay Visa Sandbox
      POST
    • Pay Visa Production
      POST
    • Pay Mastercard Sandbox
      POST
    • Pay Mastercard Production
      POST
    • Pay Mastercard Sandbox Bulk
      POST
    • Pay Mastercard Production Bulk
      POST
    • Pay Visa Sandbox Bulk
      POST
    • Pay Visa Production Bulk
      POST
    • Payment Status Visa Sandbox
      GET
    • Payment Status MasterCard Sandbox
      GET
    • Payment Status Visa Production
      GET
    • Payment Status Mastercard Production
      GET
    • Generate Payment Token Sandbox
      POST
    • Generate Payment Token Production
      POST
    • Card Token Payment Sandbox
      POST
    • Card Token Payment Production
      POST
    • Delete Card Token Sandbox
      DELETE
    • Fast Checkout
      POST
    • Fast Checkout Sandbox
      POST
  1. XPayMerchant Public API

Get Payment intervals

GET
/param/paymentIntervals

Request

None

Responses

🟢200GetPaymentPaymentIntervals
text/plain
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/param/paymentIntervals'
Response Response Example
[
    {
        "id": 1,
        "paymentIntervalName": "Monthly",
        "paymentIntervalDuration": 30,
        "createdAt": "2024-08-27T18:14:34.212+00:00",
        "updatedAt": "2024-08-27T18:14:34.212+00:00"
    },
    {
        "id": 2,
        "paymentIntervalName": "Daily",
        "paymentIntervalDuration": 1,
        "createdAt": "2024-08-27T18:14:34.212+00:00",
        "updatedAt": "2024-08-27T18:14:34.212+00:00"
    },
    {
        "id": 3,
        "paymentIntervalName": "Weekly",
        "paymentIntervalDuration": 5,
        "createdAt": "2024-08-27T18:14:34.212+00:00",
        "updatedAt": "2024-08-27T18:14:34.212+00:00"
    },
    {
        "id": 4,
        "paymentIntervalName": "Quartely",
        "paymentIntervalDuration": 91,
        "createdAt": "2024-08-27T18:14:34.212+00:00",
        "updatedAt": "2024-08-27T18:14:34.212+00:00"
    },
    {
        "id": 5,
        "paymentIntervalName": "Annually",
        "paymentIntervalDuration": 365,
        "createdAt": "2024-08-27T18:14:34.212+00:00",
        "updatedAt": "2024-08-27T18:14:34.212+00:00"
    }
]
Modified at 2025-11-17 18:54:15
Previous
Get Banks
Next
Payment Calculator
Built with