This endpoint is used to simulate the expiry of a Mandate.
Success - No Content
Invalid Request
Error
{- "message": "string",
- "validation": {
- "invalid": true,
- "fields": [
- {
- "name": "string",
- "errors": [
- {
- "type": "REQUIRED",
- "params": [
- "string"
]
}
]
}
]
}
}
This endpoint is used to simulate the cancellation of a Mandate by a merchant.
Success
Invalid Request
Conflict
Error
{- "cid": "string",
- "mandateDdiId": "string",
- "amount": {
- "currency": "str",
- "amount": 0
}, - "status": "NOTICE_SENT"
}
This endpoint is used to simulate the collection of funds from the mandated account
Success
Invalid Request
Conflict
Error
{- "cid": "string",
- "mandateDdiId": "string",
- "amount": {
- "currency": "str",
- "amount": 0
}, - "status": "NOTICE_SENT"
}
This endpoint is used to simulate the creation of a Mandate by a merchant on behalf of its customer
required | object A message representing a monetary amount in a particular currency. |
Success
Invalid Request
Conflict
Error
{- "amount": {
- "currency": "str",
- "amount": 0
}
}
{- "cid": "string",
- "mandateDdiId": "string",
- "amount": {
- "currency": "str",
- "amount": 0
}, - "status": "NOTICE_SENT"
}
This endpoint is used to simulate the cancellation of a Mandate by a merchant.
Success - No Content
Invalid Request
Error
{- "message": "string",
- "validation": {
- "invalid": true,
- "fields": [
- {
- "name": "string",
- "errors": [
- {
- "type": "REQUIRED",
- "params": [
- "string"
]
}
]
}
]
}
}
This endpoint is used to simulate the creation of a Mandate by a merchant on behalf of its customer
Success
Invalid Request
Conflict
Error
{- "merchantName": "string",
- "merchantAccountNumber": "string",
- "merchantSortCode": "string",
- "merchantReference": "string",
- "accountId": {
- "type": "string",
- "id": 0
}, - "accountDetails": {
- "accountNumber": "string",
- "sortCode": "string"
}
}
{- "ddiId": "string",
- "merchantName": "string",
- "merchantAccountNumber": "string",
- "merchantSortCode": "string",
- "merchantReference": "string",
- "accountDetails": {
- "accountNumber": "string",
- "sortCode": "string"
}
}