Skip to main content
GET
Get transaction settings
Use payment_method_kinds to find the allowed values for payment_method_kind on transactions. Use default_status_id as the status_id when creating new valid transactions.

Authorizations

Authorization
string
header
required

OAuth2 access token. Pass the token in the Authorization header as Bearer <token>. The token is looked up in Redis to resolve the caller identity.

Response

OK

data
object
required
status
string
required

Operation result.

Example:

"success"

Last modified on July 7, 2026