Payout Required Information (Consistent for Eurozone Countries)#
What to Collect from Users
Description
Request Field
Example
Recipient's Full Name
The full name of the bank account holder (must exactly match bank account registration)
account_holder_name
Simon
Account Number
The recipient's bank account number (typically 8-12 digits, without spaces or special characters)
account_number
58370400440532018602
IBAN Type
International standard code identifying the bank account routing method (e.g., iban, aba, sort)
routing_type
iban
Bank Identifier Code
Unique code for international/domestic bank identification (e.g., IBAN, SWIFT/BIC, ABA) Note: Formats vary by country (e.g., IBAN includes country code, ABA is 9 digits)
The following example shows the minimum parameter set. For parameter descriptions, refer to: [Create a Payout]account_name: luhudaxue routing_type: iban routing_number: AT91967209385576 account_number: 58370400440532018602 country: ATtext
The following example shows the minimum parameter set. For parameter descriptions, refer to: [Create a Payout] account_name: luhudaxue routing_type: iban routing_number: BE91967209385576 account_number: 58370400440532018602 country: BEtext
The following example shows the minimum parameter set. For parameter descriptions, refer to: [Create a Payout] account_name: luhudaxue routing_type: iban routing_number: FI91967209385576 account_number: 58370400440532018602 country: FItext
The following example shows the minimum parameter set. For parameter descriptions, refer to: [Create a Payout] account_name: luhudaxue routing_type: iban routing_number: FR91967209385576 account_number: 58370400440532018602 country: FRtext
The following example shows the minimum parameter set. For parameter descriptions, refer to: [Create a Payout] account_name: luhudaxue routing_type: iban routing_number: DE91967209385576 account_number: 58370400440532018602 country: DEtext
The following example shows the minimum parameter set. For parameter descriptions, refer to: [Create a Payout] account_name: luhudaxue routing_type: iban routing_number: IE91967209385576 account_number: 58370400440532018602 country: IEtext
The following example shows the minimum parameter set. For parameter descriptions, refer to: [Create a Payout] account_name: luhudaxue routing_type: iban routing_number: IT91967209385576 account_number: 58370400440532018602 country: ITtext
The following example shows the minimum parameter set. For parameter descriptions, refer to: [Create a Payout] account_name: luhudaxue routing_type: iban routing_number: LU91967209385576 account_number: 58370400440532018602 country: LUtext
The following example shows the minimum parameter set. For parameter descriptions, refer to: [Create a Payout] account_name: luhudaxue routing_type: iban routing_number: NL91967209385576 account_number: 58370400440532018602 country: NLtext
The following example shows the minimum parameter set. For parameter descriptions, refer to: [Create a Payout] account_name: luhudaxue routing_type: iban routing_number: PT91967209385576 account_number: 58370400440532018602 country: PTtext
The following example shows the minimum parameter set. For parameter descriptions, refer to: [Create a Payout] account_name: luhudaxue routing_type: iban routing_number: ES91967209385576 account_number: 58370400440532018602 country: EStext
The following example shows the minimum parameter set. For parameter descriptions, refer to: [Create a Payout] account_name: luhudaxue routing_type: iban routing_number: GR91967209385576 account_number: 58370400440532018602 country: GRtext
The following example shows the minimum parameter set. For parameter descriptions, refer to: [Create a Payout] account_name: luhudaxue routing_type: iban routing_number: CY91967209385576 account_number: 58370400440532018602 country: CYtext
The following example shows the minimum parameter set. For parameter descriptions, refer to: [Create a Payout] account_name: luhudaxue routing_type: iban routing_number: SK91967209385576 account_number: 58370400440532018602 country: SKtext
The following example shows the minimum parameter set. For parameter descriptions, refer to: [Create a Payout] account_name: luhudaxue routing_type: iban routing_number: LT91967209385576 account_number: 58370400440532018602 country: LTtext
The following example shows the minimum parameter set. For parameter descriptions, refer to: [Create a Payout] account_name: luhudaxue routing_type: iban routing_number: HR91967209385576 account_number: 58370400440532018602 country: HRtext
{"url":"https://...",//用于接收Webhook的url"description":"I am description","enabled_events":["payout.canceled","payout.created","payout.failed","payout.paid","payout.updated"]}
Once a webhook is successfully registered, an HTTPS request will be automatically sent to the registered URL whenever any of the specified events occur.
Create a payout to trigger thepayout.createdevent. This will send a callback notification about the payout creation event to your designated Webhook URL.