Get paypoint settings

View as MarkdownOpen in Claude
Retrieves a paypoint's basic settings like custom fields, identifiers, and invoicing settings.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

OR
requestTokenstring

Long-lived API token sent in the requestToken header. See API token authentication.

Path parameters

entrystringRequired

The paypoint’s entrypoint identifier. Learn more

Response

Success
customFieldslist of objectsOptional
Any custom fields defined for the org.
forInvoiceslist of objectsOptional
forPayOutslist of objectsOptional
forWalletslist of objectsOptional

Information about digital wallet settings for the entity. Available values are isApplePayEnabled and isGooglePayEnabled.

generallist of objectsOptional
identifierslist of objectsOptional

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error
503
Service Unavailable Error