Skip to main content
Version: 2021-07-28

Create Payout Method

POST 

/affiliate-manager/:locationId/affiliate/:affiliateId/payout-method

Store a payout method for an affiliate. An affiliate can hold one PayPal and one bank method; the first method stored becomes the primary one. Bank fields are validated against the requirements of the account country.

Request

Version stringrequired

API Version

Available options2021-07-28
locationId stringrequired

Location Id

affiliateId stringrequired

Affiliate Id

application/json

Bodyrequired

    paypalEmailstring

    PayPal Email (required if method is PAYPAL)

    payoutMethodstringrequired

    Payout method to store the details under

    Available optionsPAYPALBANK
    bankDetailsobject

    Bank Details (required if method is BANK)

application/json

Successful response

Schema
    _idstringrequired

    Payout method id

    locationIdstringrequired

    Location the payout method belongs to

    affiliateIdstringrequired

    Affiliate the payout method belongs to

    methodstringrequired

    Payout method type

    Available optionsPAYPALBANK
    paypalEmailstring

    PayPal email, when the method is PAYPAL

    bankDetailsobject

    Bank details, when the method is BANK

    isPrimarybooleanrequired

    Whether payouts default to this method

    createdAtstringrequired

    Created at timestamp

    updatedAtstringrequired

    Updated at timestamp