2024-12-02
Mastercard Updates
Change 1: Add section 8.1 and 8.2 in Part 1: Smart Contracts
Change 2: Add Mastercard details (debitCard parameter) in /br in Part 2: RESTful APIs
Change 3: Add Mastercard details (cardDesign parameter) in /cards in Part 2: RESTful APIs
Change 4: Add street, postalCode and city parameters in /br in Part 2: RESTful APIs
{
...br,
city,
street,
postalCode,
country,
depositBank: {
"CHF": {
...,
"country": country,
"postalCode": postalCode,
"street": street,
"city": city
}
,
...
}
}
Last updated