Skip to main content

Create Payout Account

The endpoint and http method information to create payout account are stated below.

URL

The endpoint and http method information to create payout account are stated below.

POST/settlement/v1/payout-accounts

Request Parameters

The parameters expected to be sent in requests to create payout account are listed under the table and subheadings below.

type
PayoutAccountType
required

Account Type

Values:
WISE
externalAccountId
string
required

External Account Id

currency
Currency
required

See: Currencies Payout Account Currency

Values:
TRY
USD
EUR
GBP
CNY
ARS
BRL
AED
IQD
AZN
KZT
accountOwner
PayoutAccountOwner
required

Account Owner

Values:
MERCHANT
SUB_MERCHANT_MEMBER
subMerchantMemberId
number

Sub merchant member id is necessary if account owner is sub merchant

Response Parameters

Parameters returned as a result of create payout account are also subject to the rules specified in the Response Formats section of the API documentation home page. In the absence of a systematic or fictional error, the sub-parameters of the object returned in the data parameter are as follows:

id
number

Payout Account ID

type
PayoutAccountType

Account Type

Values:
WISE
externalAccountId
string

External Account Id

currency
Currency

See: Currencies Payout Account Currency

Values:
TRY
USD
EUR
GBP
CNY
ARS
BRL
AED
IQD
AZN
KZT
accountOwner
PayoutAccountOwner

Account Owner

Values:
MERCHANT
SUB_MERCHANT_MEMBER
subMerchantMemberId
number

Sub merchant member id is necessary if account owner is sub merchant

Sample Codes

You can review the sample codes in the open source Craftgate API clients.

Create Payout Account For Merchant

Loading..

Create Payout Account For Sub Merchant

Loading..