Read Payment Authorisation (for Merchants) TS12 extension
GET/v3/config/extension/payment-authorisation-merchant
Read Payment Authorisation (for Merchants) TS12 extension
Responses
- 200
Read 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...