Version: 202506
Configure payment app
POST/openapi/2025-06/payments_apps/configure
Configures the payment app settings for the shop.
Request
- application/json
- Body
- Example
Bodyrequired
external_handlestring
External handle
readyboolean
Whether ready
{
"external_handle": "string",
"ready": true
}
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
configuration object
Configuration
external_handlestring
External handle
readyboolean
Whether ready
{
"code": "string",
"message": "string",
"data": {
"configuration": {
"external_handle": "string",
"ready": true
}
}
}