API Reference
Log In

Payouts API Common Errors

Payouts API Common Errors

We have identified a list of common errors you may encounter when you integrate our Payouts API. Here is a list of a few and how to solve them:

ErrorMeaningSolution
No issuer providedIn the Authorization header, there is no key of issuer in the payload of the JWT.Remember, this issuer ID is unique to your account and can be found in the Developer Dashboard.
Mass payout not enabled for this account or incorrect token signatureMass payouts have not been enabled for this account or the provided authentication JWT is not signed with the correct secret.The secret is a token generated from the Developer Dashboard under the API Tokens section.
No payment information given for mass payoutThe body of the request is missing the payments key or the array under the payments key contains no payments.Add payments.
POPCode is required for paymentsPOPCode must be provided when making payments to personal accounts.Add POPCode.

For more information on Error Handling please visit Error Handling.