xpate
Quick Start
- Sign up at xpate.com and obtain API credentials
- Create a terminal in the Admin Console with the parameters below
- Start processing — the adapter is pre-built and ready to use
Overview
xpate payment integration
| Provider ID | xpate |
| Category | Card Processors |
| Website | xpate.com |
Authentication
- Method: Bearer token
- Base URL:
https://api.xpate.com/api/v1/
Configuration
Required Parameters
| Parameter | Description |
|---|---|
api_key | API Key |
secret_key | Secret Key |
Example Configuration
{
"provider": "xpate",
"provider_params": {
"api_key": "your_api_key_here",
"secret_key": "your_secret_key_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
chargeback | chargeback | |
completed | charged | |
captured | charged | |
settled | charged | |
pending | charging | |
processing | charging | |
authorized | charging | |
created | charging | |
refunded | refunded | |
partially_refunded | refunding | |
failed | rejected | |
declined | rejected | |
cancelled | rejected | |
expired | rejected |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /payments | |
| GET | /payments/#{payment_id} | |
| POST | /payments/#{payment_id}/refund |