PayoutMethodTypeDetails
Properties
Name | Type | Required | Description |
---|---|---|---|
batch_file_header | str | ❌ | concatenation of all fields. |
beneficiary_country | str | ❌ | |
beneficiary_entity_type | EntityType | ❌ | |
beneficiary_required_fields | List[PayoutRequiredFields] | ❌ | Lists all the beneficiary required fields for payout method |
image | str | ❌ | URL of an image that the merchant can use to represent the payout method. |
is_cancelable | int | ❌ | Indicates whether the payout can be canceled. Relevant when category is cash. One of the following values 0 - Not cancelable. 1 - cancelable.' |
is_expirable | int | ❌ | Indicates whether the payout expires if not completed. Relevant when category is cash. One of the following values 0 - Not expirable. 1 - expirable.' |
is_location_specific | int | ❌ | Indicates whether the payout must be made at a specific physical location. Relevant when category is cash. One of the following values 0 - Not location specific. 1 - location specific.' |
is_online | bool | ❌ | Indicates whether the payout is made automatically, without any action by the beneficiary. |
maximum_amount | float | ❌ | Maximum amount supported by this payout method for the indicated currency. Decimal number. |
maximum_expiration_seconds | float | ❌ | The maximum time (in seconds) that the merchant can set for completing the payout. Relevant when is_expirable is true. |
minimum_amount | float | ❌ | Minimum amount supported by this payout method for the indicated currency. Decimal number. |
minimum_expiration_seconds | float | ❌ | The minimum time (in seconds) that the merchant can set for completing the payout. Relevant when is_expirable is true. |
payout_currency | str | ❌ | |
payout_method_type | str | ❌ | The type of payout method. The two-letter prefix must match the beneficiary country code. Required when default_payout_method_type is not used. |
payout_options | List[PayoutRequiredFields] | ❌ | Lists all the payout options for payout method |
sender_country | str | ❌ | |
sender_currency | str | ❌ | |
sender_entity_type | EntityType | ❌ | |
sender_required_fields | List[PayoutRequiredFields] | ❌ | Lists all the sender required fields for payout method |
status | int | ❌ | Indicates whether the payout method is currently available. One of the following values: 0 - Not available. 1 - Available. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs