Payouts
Payout Status
Payout Speed
Minimum Payout Amount
Payout Speed and Minimum Amount
COUNTRY/REGION | PAYOUT SPEED(BUSINESS DAYS) | MINIMUM AMOUNT(LOCAL CURRENCY) | MAXIMUM AMOUNT(LOCAL CURRENCY) |
---|---|---|---|
United States of America | 1-3 | 0.01 USD | / |
Canada | 1-3 | 0.01 CAD | 2,000,000 CAD |
Japan | 1-3 | 100.00 JPY | / |
Hong Kong | 1-3 | 0.01 HKD | / |
Singapore | 1-3 | 0.01 SGD | / |
South Korea | 1-3 | 1.00 KRW | / |
Malaysia | 1-3 | 1.00 MYR | / |
Thailand | 1-3 | 10 THB | 500000 THB |
Philippines | 1-3 | 10 PHP | / |
Vietnam | 1-3 | 10000 VND | 300000000 VND |
Indonesia | 1-3 | 10000 IDR | 1000000000 IDR |
India | 1-3 | 100.00 INR | 10000.00 INR |
Israel | 1-3 | 0.01 ILS | 100000 USD |
Pakistan | 1-3 | 0.01 PKR | 1000000 PKR |
Turkey | 1-3 | 0.01 TRY | 250000 TRY |
UAE | 1-3 | 0.01 AED | / |
European Union(Single Euro Payment Area) | 1-3 | 0.01 EUR | / |
United Kingdom | 1-3 | 0.01 GBP | / |
Denmark | 1-3 | 0.01 DKK | / |
Norway | 1-3 | 0.01 NOK | 25000000 NOK |
Poland | 1-3 | 0.01 PLN | 150000 PLN |
Sweden | 1-3 | 0.01 SEK | / |
Australia | 1-3 | 0.01 AUD | / |
New Zealand | 1-3 | 0.01 NZD | / |
China Mainland | 1-3 | 300 CNY | / |
Start your payout
Bank account
{
"payment_amount": 1000,
"payment_currency": "CNY",
"source_currency":"USD",
"description": "description something",
"metadata": {
"document_1": "file_1673896475416854528"
},
"beneficiary_data": {
"nickname": "test1",
"destination_data": {
"destination_type": "bank_account",
"bank_account": {
"country": "CN",
"currency": "CNY",
"swift": "ABOCCNBJ070",
"account_holder_name":"Wang Ming",
"account_holder_type": "individual",
"routing_number": "888888888888",
"account_number": "123412341234",
"bank_name": "Bank of China"
}
}
}
}
Alipay
{
"payment_currency": "CNY",
"source_currency":"USD",
"source_amount":1000
"description": "description something",
"beneficiary_data": {
"nickname": "test1",
"destination_data": {
"destination_type": "alipay",
"alipay": {
"user_id": "+86123456789",
"first_name": "lei",
"last_name": "li"
}
}
}
}
Carrier billing
{
"payment_currency": "CNY",
"source_currency":"USD",
"source_amount":1000
"description": "description something",
"beneficiary_data": {
"nickname": "test1",
"destination_data": {
"destination_type": "carrier_billing",
"carrier_billing": {
"carrier": "megafon",
"phone_number": "+7 123456789",
"country": "li",
"description":"Transfer"
}
}
}
}
Card
{
"payment_currency": "CNY",
"source_currency":"USD",
"source_amount":1000
"description": "description something",
"beneficiary_data": {
"nickname": "test1",
"destination_data": {
"destination_type": "card",
"card": {
"name": "Bill Megafon",
"number": "4111111111111111",
"description":"Transfer"
}
}
}
}
IMPS
{
"payment_currency": "INR",
"payment_amount": 100000,
"source_currency": "INR",
"beneficiary_data": {
"destination_data": {
"destination_type": "imps",
"imps": {
"account_number": "412422211444411",
"phone_number": "91-1234567",
"email":"XXXXX@XXXX.com",
"name":"XXXXX XXXXX"
"bank_code":"XXXX0XXXXXX"
}
}
},
"merchant_payout_id":"pay_123123123"
}
UPI
{
"payment_currency": "INR",
"payment_amount": 100000,
"source_currency": "INR",
"beneficiary_data": {
"destination_data": {
"destination_type": "upi",
"upi": {
"vpa": "Test@gmail.com",
"phone_number": "91-1234567"
}
}
},
"merchant_payout_id":"pay_123123123"
}
Create a Payout with compliance documents
1.
curl --location --request POST 'https://apitest.wooshpay.com/v1/files' \
--header 'Accept: application/json' \
--header 'Authorization: Your key' \
--header 'User-Agent: Apifox/1.0.0' \
--form 'file=@"/path/xxx.pdf"'
{"id": "file_1654416327596572672","object": "file","created": 1683278565516,"url": "https://oss.swooshtransfer.cn/oa/product/1654416327596572672_9gKPHbFsa5pUq47TafAMfVvJ.pdf","type": "pdf","filename": "1654416327596572672_9gKPHbFsa5pUq47TafAMfVvJ.pdf"}
1.
2.
URL
is https://oss.swooshtransfer.cn/oa/product/1654416327596572672_9gKPHbFsa5pUq47TafAMfVvJ.pdf
3.
metadata
to the payout createdmetadata
: It consists of two parts, the first part is the key
and the second part is the value
."metadata": { "compliance document": "Your document url", "key2": "value2", "...": "..." }
Request
{
"beneficiary": "bf_1702584723433324544",
"payment_amount": 1000,
"payment_currency": "CNY", //the currency that the beneficiary receives
"source_currency":"USD", //the currency that the Payer uses to fund the payment
"description": "You can add description here",
"type": "to_China",
"metadata": {"compliance document": "https://oss.swooshtransfer.cn/oa/product/1654416327596572672_9gKPHbFsa5pUq47TafAMfVvJ.pdf"},
"payment_intents_id": [
"pi_1577840204872417280"
]
}
For Japanese Payout:
...
"destination_data": {
"destination_type": "bank_account",
"bank_account": {
"country": "JP",
"currency": "JPY",
"account_holder_name": "Bill Han", // Receiver's bank account holder name
"routing_number": "0001+130", // Bank code + Branch code
"account_holder_type": "individual", // Account holder type
"account_number": "1234567", // 7-digit bank account number
"bank_name": "みずほ銀行+ 新橋支店" // Bank name + Branch name
}
}
...
Payout failures
Negative payouts
Learn about the outcomes of your payout.
payout.canceled
: Occurs whenever a payout is canceled.payout.created
: Occurs whenever a payout is created.payout.failed
: Occurs whenever a payout attempt fails.payout.paid
: Occurs whenever a payout is expected to be available in the destination account. If the payout fails, a payout.failed notification is also sent, at a later time.payout.updated
: Occurs whenever a payout is updated.Request
{
"description": "This is your description of the webhook",
"enabled_events": [
"payout.canceled",
"payout.created",
"payout.failed",
"payout.paid",
"payout.updated"
],
"url": "https://your_call_back_address.com"
}
Instant Payouts
Country/Region | Payout Speed**(Business days)** | Minimum Amount**(Local currency)** |
---|---|---|
United Kingdom | 0 | 0.01 GBP |
Modified at 2024-12-09 09:51:09