Skip to main content

xpate

Quick Start
  1. Sign up at xpate.com and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to xpate →

Overview

xpate payment integration

Provider IDxpate
CategoryCard Processors
Websitexpate.com

Authentication

  • Method: Bearer token
  • Base URL: https://api.xpate.com/api/v1/

Configuration

Required Parameters

ParameterDescription
api_keyAPI Key
secret_keySecret Key

Example Configuration

{
"provider": "xpate",
"provider_params": {
"api_key": "your_api_key_here",
"secret_key": "your_secret_key_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
chargebackchargeback
completedcharged
capturedcharged
settledcharged
pendingcharging
processingcharging
authorizedcharging
createdcharging
refundedrefunded
partially_refundedrefunding
failedrejected
declinedrejected
cancelledrejected
expiredrejected

API Reference

MethodEndpointDescription
POST/payments
GET/payments/#{payment_id}
POST/payments/#{payment_id}/refund

Resources