Get the bank mandate detail
GET/account/mandate/:mandateId/
Get the bank mandate detail
Request
Path Parameters
mandateId stringrequired
The Id of the mandate you want to get
Responses
- 200
- 204
- 400
- 401
- 403
- 500
Return order details
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
id string
id
bankAccountId number
bankAccountId
paymentId number
paymentId
clientId number
clientId
rum string
rum
sequence string
sequence
signature string
signature
note string
note
lastRs string
lastRs
lastIcs string
lastIcs
lastRum string
lastRum
lastBic string
lastBic
lastIban string
lastIban
model string
model
active boolean
active
acquisition string
acquisition
category string
category
sddType string
sddType
useType string
useType
firstUseDate string
firstUseDate
firstDueDate string
firstDueDate
lastUseDate string
lastUseDate
lastDueDate string
lastDueDate
locale string
locale
url string
url
urlMandateSigned string
urlMandateSigned
idUniversign string
idUniversign
supplierId number
supplierId
supplierCodeShop string
supplierCodeShop
creationToken string
creationToken
status string
status
creationDate string
creationDate
[
{
"id": "15063",
"bankAccountId": "9053",
"paymentId": "7548",
"clientId": "10868",
"rum": "RUM123",
"sequence": "RCUR",
"signature": "null",
"note": "null",
"lastRs": "null",
"lastIcs": "null",
"lastRum": "null",
"lastBic": "null",
"lastIban": "null",
"model": "E",
"active": "true",
"acquisition": "null",
"category": "STANDARD",
"sddType": "CORE",
"useType": "M",
"firstUseDate": "2018-06-12",
"firstDueDate": "2018-06-12",
"lastUseDate": "2018-06-12",
"lastDueDate": "2018-06-12",
"locale": "null",
"url": "https://app.universign.com/sig/#/?id=91e87df2-67e0-45ce",
"urlMandateSigned": "null",
"idUniversign": "null",
"supplierId": "10868",
"supplierCodeShop": "null",
"creationToken": "null",
"status": "null",
"creationDate": "2018-06-12"
}
]
No data found with this mandateId
Bad Request
Unconfigured supplier for this user
Access to the resource is forbidden for this user
Internal Server Error
Loading...