Read Recurring Payment Mandate (TS12) extension
GET/v3/config/extension/recurring-payment-mandate
Read Recurring Payment Mandate (TS12) extension
Responses
- 200
Read Recurring Payment Mandate (TS12) extension
- application/json
- Schema
- Example (from schema)
Schema
extensionStatus booleanrequired
Indicates whether the extension is enabled
paymentCredentials objectrequired
The Reccuring Payment Mandate Presentation Definitions
paymentCardCredential object
id string
Recurring Payment Mandate Presentation Definition Identifier
name stringrequired
Recurring Payment Mandate Presentation Definition Label
enabled booleanrequired
Whether the Recurring Payment Mandate Credential is enabled
paymentAccountCredential object
id string
Recurring Payment Mandate Presentation Definition Identifier
name stringrequired
Recurring Payment Mandate Presentation Definition Label
enabled booleanrequired
Whether the Recurring Payment Mandate Credential is enabled
{
"extensionStatus": true,
"paymentCredentials": {
"paymentCardCredential": {
"id": "string",
"name": "string",
"enabled": true
},
"paymentAccountCredential": {
"id": "string",
"name": "string",
"enabled": true
}
}
}
Loading...