Skip to main content

Yapily

Quick Start
  1. Sign up at yapily.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 Yapily →

Overview

Yapily payment integration

Provider IDyapily
CategoryBank Transfers
Websiteyapily.com

Authentication

  • Method: Basic Auth (Base64)
  • Base URL: https://api.yapily.com/

Configuration

Required Parameters

ParameterDescription
application_uuidApplication UUID
application_secretApplication Secret

Example Configuration

{
"provider": "yapily",
"provider_params": {
"application_uuid": "your_application_uuid_here",
"application_secret": "your_application_secret_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
REVOKEDcancelled
COMPLETEDcharged
SETTLEDcharged
ACCEPTED_SETTLEMENT_COMPLETEDcharged
PENDINGcharging
ACCEPTED_SETTLEMENT_IN_PROCESScharging
ACCEPTED_WITHOUT_POSTINGcharging
AUTHORIZEDcharging
CONSUMEDcharging
AWAITING_AUTHORIZATIONnew
FAILEDrejected
REJECTEDrejected
EXPIREDrejected

API Reference

MethodEndpointDescription
POSTpayment-auth-requests
GETpayments/#{outer_id}
GETconsents/#{consent_id}

Resources