Payment methods

A method of obtaining available payment methods for an organization.

Description of payment method fields:

FieldTypeDescription

gatewayId

integer

Payment gateway (method) ID

currency

string

Ticker of the currency in which this method accepts payment

alias

string

Payment method name

type

enum

Payment method type

commission

string

Payment Method Commission

minAmount

string

Minimum payment amount

fields

array

List of fields for creating a payment

Possible types of methods:

TypeDescription

p2p

Transfer by card number

sbp

Transfer through the SBP system

Description of the fields fields:

FieldTypeDescription

type

enum

Field type, possible values are described below

name

string

Field name to specify the value when creating a payment

alias

string

Field name

values

enum

List of available values for type select

required

enum

Mandatory field indicator

regexp

string

Regular expression to check value

Possible values for the type field:

TypeDescription

checkbox

Ability to select from 2 values true/false (pass as a string)

select

Selecting one of the available values from the values list

input

Free input field

Description of the values field:

FieldTypeDescription

name

string

Value name

value

string

The value to be passed when creating a payment

A more detailed description of how to use fields is on the payment creation page

Last updated