Retrieves the list of out of process payment methods
200 Success.
401 Unauthorized
Unexpected error
[- {
- "id": 0,
- "code": "string",
- "title": "string",
- "active": true,
- "backend_integration_url": "string",
- "stores": [
- "string"
], - "order_status": "string",
- "countries": [
- "string"
], - "currencies": [
- "string"
], - "custom_config": [
- {
- "key": "string",
- "value": "string"
}
]
}
]
Creates or updates an out of process payment method
required | object (out-of-process-payment-methods-data-out-of-process-payment-method-interface) |
200 Success.
401 Unauthorized
Unexpected error
{- "payment_method": {
- "id": 0,
- "code": "string",
- "title": "string",
- "active": true,
- "backend_integration_url": "string",
- "stores": [
- "string"
], - "order_status": "string",
- "countries": [
- "string"
], - "currencies": [
- "string"
], - "custom_config": [
- {
- "key": "string",
- "value": "string"
}
]
}
}
{- "id": 0,
- "code": "string",
- "title": "string",
- "active": true,
- "backend_integration_url": "string",
- "stores": [
- "string"
], - "order_status": "string",
- "countries": [
- "string"
], - "currencies": [
- "string"
], - "custom_config": [
- {
- "key": "string",
- "value": "string"
}
]
}