Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{
    "status": "Successful",
    "message": "Transaction processed successfully",
    "data": {
        "provider_response_code": "00",
        "provider": "Beeceptor",
        "errors": null,
        "error": null,
        "provider_response": {
            "cards": [
                {
                    "sourceOfFunds": {
                        "provided": {
                            "card": {
                                "brand": "MASTERCARD",
             
                  "expiry": "0521",

                               "fundingMethod": "DEBIT",
 
                              "issuer": "FISERV SOLUTIONS, LLC",
                                "number": "511111xxxxxx1118",

                               "scheme": "MASTERCARD"
                            }
                        },
                        "type": "CARD"
                    },
                    "status": "VALID",
                    "token": "9327691266219107",
                    "usage": {
                        "lastUpdated": "2020-07-28T12:47:33.698Z",
                        "lastUpdatedBy": "OLTIO4MTN1",
                        "lastUsed": "2020-07-28T12:47:33.709Z"
                    },
                    "verificationStrategy": "BASIC"
                },
            ],
            "reference": "000022200225154318222333334432",
            "meta":{
              "field_key":"field_value",
              "field_key":"field_value"
            }
        }
    }
}

...