Yapily
Quick Start
- Sign up at yapily.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
Yapily payment integration
| Provider ID | yapily |
| Category | Bank Transfers |
| Website | yapily.com |
Authentication
- Method: Basic Auth (Base64)
- Base URL:
https://api.yapily.com/
Configuration
Required Parameters
| Parameter | Description |
|---|---|
application_uuid | Application UUID |
application_secret | Application Secret |
Example Configuration
{
"provider": "yapily",
"provider_params": {
"application_uuid": "your_application_uuid_here",
"application_secret": "your_application_secret_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
REVOKED | cancelled | |
COMPLETED | charged | |
SETTLED | charged | |
ACCEPTED_SETTLEMENT_COMPLETED | charged | |
PENDING | charging | |
ACCEPTED_SETTLEMENT_IN_PROCESS | charging | |
ACCEPTED_WITHOUT_POSTING | charging | |
AUTHORIZED | charging | |
CONSUMED | charging | |
AWAITING_AUTHORIZATION | new | |
FAILED | rejected | |
REJECTED | rejected | |
EXPIRED | rejected |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | payment-auth-requests | |
| GET | payments/#{outer_id} | |
| GET | consents/#{consent_id} |