Developer Guide
  • Fiat24 for Developers
  • Integration Guide
    • Part 1: Smart Contracts
    • Part 2: RESTful APIs
    • Part 3: Managing Client Information
    • Part 4: Dune Reporting
    • Part 5: Authorized Access Model
  • Card Design Guide
  • Terms & Conditions - Partners
  • Release Notice
    • 2025-02-01
    • 2024-12-12
    • 2024-12-02
    • 2023-10-01
    • 2023-10-16
    • 2023-12-11
Powered by GitBook

© Fiat24. All rights reserved.

On this page
  1. Release Notice

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
        }
        ,
        ...
    }
}

Previous2024-12-12Next2023-10-01

Last updated 5 months ago