OBJECT

RegisterPayoutInformationError

RegisterPayoutInformationError describes the error that occured when registering a user's payout information during payout onboarding.

link GraphQL Schema definition

1type RegisterPayoutInformationError {
2
3# Code to describe error that occurred while registering payout information.
4code: RegisterPayoutInformationErrorCode!
5
6# Lists any field names that have an invalid format.
7invalidFields: [RegisterPayoutInformationFieldName!]
8
9}