-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
Description
Related to: #1517
Here is a printout from Open Banking in the UK. "Amount" is the field of interest.
HTTP/1.1 200 OK
x-fapi-interaction-id: 93bac548-d2de-4546-b106-880a5018460d
Content-Type: application/json
{
"Data": {
"DirectDebit": [
{
"AccountId": "22289",
"DirectDebitId": "DD03",
"MandateIdentification": "Caravanners",
"DirectDebitStatusCode": "Active",
"Name": "Towbar Club 3 - We Love Towbars",
"PreviousPaymentDateTime": "2017-04-05T10:43:07+00:00",
"PreviousPaymentAmount": {
"Amount": "0.57",
"Currency": "GBP"
}
}
]
},
"Links": {
"Self": "https://api.alphabank.com/open-banking/v2.0/accounts/22289/direct-debits/"
},
"Meta": {
"TotalPages": 1
}
}
witoldsz
Metadata
Metadata
Assignees
Labels
No labels