POST
/
transfer
/
recurring

Authorizations

x-api-key
string
headerrequired
x-api-secret
string
headerrequired

Body

application/json
startDate
string
required

The date when the recurring transaction starts.

circle
enum<string>
required

The frequency of the recurring transaction.

Available options:
daily,
weekly,
monthly
destination
enum<string>
required

The destination type for the transfer.

Available options:
bank_account,
wallet
bankCode
string
required

The code of the bank for the transaction.

amount
integer
required

The amount to be paid out in each recurrence.

accountOrPhoneNumber
string
required

The account number or phone number of the recipient.

isTotal
boolean
required

Indicates if the recurring payment is a total payment.

Response

200 - application/json
status
boolean

Indicates whether the recurring request was successful.

statusCode
integer

The status code of the response.

data
object
message
string

A message providing additional information about the recurring response.