Create recurring transfer
Create fixed wallet transfer channel. All incoming transfers of crypto will be forwarded to merchant IBAN.
Last updated
Create fixed wallet transfer channel. All incoming transfers of crypto will be forwarded to merchant IBAN.
Last updated
{
"ok": true,
"recurring_transfer": {
"transfer_key": "42bvmih8uhpqd75s3326bie2upjt****",
"status": "N",
"status_time": "2025-03-21 09:49:29 +00:00",
"created_time": "2023-09-15 08:23:57 +00:00",
"name": "Customer #123456 USCD.ERC20 deposit",
"currency": "EUR",
"coin": "USDC.ERC20",
"coin_address": "0xe7280b2bdef6ee6934f3f46b8481b182*********",
"payer_type": 1,
"payer_name": "John Smith",
"payer_document_type": 1,
"payer_document": "AA123456",
"payer_birthdate": "1990-01-01",
"payer_birth_country": "EE",
"payer_address": "Värvi 5, Tallinn",
"payer_residency_country": "EE",
"payer_external_id": "b8ea1c5f-957c-4b08-a16e-c9fab443a72c",
"client_reference": "14e1e975-f187-4ae1-a08e-350a1f131328",
"pre_screening": null | "pending" | "ok" | "stop" ,
"pre_screening_at": null
}
}{
"message": "The given data was invalid.",
"message_detail": "Payer country not supported",
"errors": {
"coin": [
"The coin field is required."
],
"payer_residency_country": [
"Invalid value"
]
}
}{
"message": "Please login"
}