Create recurring transfer

Create fixed wallet transfer channel. All incoming transfers of crypto will be forwarded to merchant IBAN.

Create a new recurring transfer

POST https://papi.swapin.com/api/recurring_transfers

Depending account configuration required fields may vary.

Request Body

Name
Type
Description

name*

String

Unique name of the recurring payment channel

coin*

String

Coin symbol

payer_type*

Numeric

1 for individual and 2 for business

payer_name*

String

Payer full name

payer_email

String

Payer contact email

payer_document_type*

Numeric

1 for ID card, 2 for passport

payer_document*

String

Payer document number

payer_birthdate*

Date

Payer date of birth (only for personal). Format YYYY-MM-DD

payer_birth_country*

String

Payer birth country code in ISO 3166 Alpha-2 (only for personal)

payer_address*

String

Payer residency address (Street and house, city, postal code, country)

payer_residency_country*

String

Payer residency country code in ISO 3166 Alpha-2

payer_code*

String

Payer registration number (only for business)

payer_external_id

String(50)

Payer ID in partner system.

client_reference

String

Reference to payment in Partner system

Response

Last updated