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:
Error | Meaning | Solution |
---|---|---|
No issuer provided | In 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 signature | Mass 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 payout | The 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 payments | POPCode must be provided when making payments to personal accounts. | Add POPCode. |
For more information on Error Handling please visit Error Handling.