Read Transactionget https://api.global.sandbox.affirm.com/api/v1/transactions/{transaction_id}Retrieves transaction data.Path Paramstransaction_idstringrequiredA unique ID representing the transaction’s loan or charge ID. Displays as id in the response.Query ParamsexpandstringA comma-separated set of related objects to expand in the response. Allowed values are 'checkout' and 'events'.HeadersHas-Strict-ValidationbooleanOptional param to denote whether client-side strict validation is used. Defaults to True if no param provided.truefalsecountry-codestringrequiredRequired param to identify the country in which Affirm is used and uses an "alpha-3" three-letter country code. Supported countries are the United States (USA), Canada (CAN), and the United Kingdom (GBR).Responses 200HTTP 200 OK 400HTTP 400 Bad Request 401HTTP 401 Unauthorized 404HTTP 404 Not FoundUpdated 5 months ago