Update Payment Authorisation (for Merchants) TS12 extension
PUT/v3/config/extension/payment-authorisation-merchant
Update Payment Authorisation (for Merchants) TS12 extension
Request
- application/json
Body
paymentCardCredential object
enabled booleanrequired
Enable or disable the Payment Authorisation Presentation Definition.
paymentAccountCredential object
enabled booleanrequired
Enable or disable the Payment Authorisation Presentation Definition.
Responses
- 200
Update Payment Authorisation (for Merchants) TS12 extension
- application/json
- Schema
- Example (from schema)
Schema
extensionStatus booleanrequired
Indicates whether the extension is enabled
paymentCredentials objectrequired
The Payment Authorisation Presentation Definitions
paymentCardCredential object
id string
Payment Authorisation Presentation Definition Identifier
name stringrequired
Payment Authorisation Presentation Definition Label
enabled booleanrequired
Whether the Payment Authorisation Credential is enabled
paymentAccountCredential object
id string
Payment Authorisation Presentation Definition Identifier
name stringrequired
Payment Authorisation Presentation Definition Label
enabled booleanrequired
Whether the Payment Authorisation Credential is enabled
{
"extensionStatus": true,
"paymentCredentials": {
"paymentCardCredential": {
"id": "string",
"name": "string",
"enabled": true
},
"paymentAccountCredential": {
"id": "string",
"name": "string",
"enabled": true
}
}
}
Loading...