Initiate A Disbursement

Initiate a disbursement containing the list of bank and inter-merchant transfers.

Transfer to bank accounts

post
Authorizations
AuthorizationstringRequired

API Key as Bearer Token

Body
batch_referencestring · nullableOptional
source_currencystring · nullableOptional
scheduled_datestring · date-time · nullableOptional
break_on_validation_failurebooleanOptional
batch_webhook_typestring · enumOptional

This determines how the webhooks are called for batch transfers

Possible values:
batch_notification_intervalstring · enumOptional

This determines the sequence of updates for batch transfers if batch webhooks are enabled

Possible values:
titlestring · nullableOptional
descriptionstring · nullableOptional
Responses
chevron-right
200

Success

application/json

NOTE: This Dto contains the properties of all transfer types: bank, gateway, etc; It is used for AutoMapper projection to retrieve all tx types in a single DB IO. Individual types can then be recast to correct types for manipulation and presentation.

idstring · nullableOptional
is_livebooleanOptional
batch_referencestring · nullableOptional
source_currencystring · nullableOptional
break_on_validation_failurebooleanOptional
two_factor_enabledbooleanOptional
otp_sentbooleanOptional
otp_expires_atstring · date-time · nullableOptional
otp_validatedbooleanOptional
otp_validated_atstring · date-time · nullableOptional
total_countinteger · int32Optional
failed_countinteger · int32Optional
successful_countinteger · int32Read-onlyOptional
total_amountnumber · doubleOptional
total_successful_amountnumber · doubleOptional
total_feenumber · doubleOptional
batch_webhook_typestring · enumOptional

This determines how the webhooks are called for batch transfers

Possible values:
batch_notification_intervalstring · enumOptional

This determines the sequence of updates for batch transfers if batch webhooks are enabled

Possible values:
titlestring · nullableOptional
descriptionstring · nullableOptional
statusstring · enumOptionalPossible values:
created_atstring · date-timeOptional
edited_atstring · date-time · nullableOptional
post
/v1/transfers/bank
200

Success

Transfer to both banks and gateway merchants

post
Authorizations
AuthorizationstringRequired

API Key as Bearer Token

Body
pinstring · nullableOptional
batch_referencestring · nullableOptional
source_currencystring · nullableOptional
scheduled_datestring · date-time · nullableOptional
break_on_validation_failurebooleanOptional
batch_webhook_typestring · enumOptional

This determines how the webhooks are called for batch transfers

Possible values:
batch_notification_intervalstring · enumOptional

This determines the sequence of updates for batch transfers if batch webhooks are enabled

Possible values:
titlestring · nullableOptional
descriptionstring · nullableOptional
Responses
chevron-right
200

Success

application/json

NOTE: This object contains the combined details for all transfer types: bank & gateway The total count includes the count for both bank disbursements and inter-merchant disbursements

idstring · nullableOptional
is_livebooleanOptional
batch_referencestring · nullableOptional
source_currencystring · nullableOptional
break_on_validation_failurebooleanOptional
two_factor_enabledbooleanOptional
otp_sentbooleanOptional
otp_expires_atstring · date-time · nullableOptional
otp_validatedbooleanOptional
otp_validated_atstring · date-time · nullableOptional
bank_transfers_countinteger · int32Optional
gateway_transfers_countinteger · int32Optional
total_countinteger · int32Optional
failed_countinteger · int32Optional
successful_countinteger · int32Optional
total_amountnumber · doubleOptional
total_successful_amountnumber · doubleOptional
total_feenumber · doubleOptional
batch_webhook_typestring · enumOptional

This determines how the webhooks are called for batch transfers

Possible values:
batch_notification_intervalstring · enumOptional

This determines the sequence of updates for batch transfers if batch webhooks are enabled

Possible values:
titlestring · nullableOptional
descriptionstring · nullableOptional
statusstring · enumOptionalPossible values:
created_atstring · date-timeOptional
edited_atstring · date-time · nullableOptional
post
/v1/transfers
200

Success

Last updated