### Payment Reference JSON Example Source: https://developers.flywire.com/education/Content/api-landing-page.htm This JSON object represents a typical payment reference structure used with the Flywire API. It includes details about the charge, payment method, mandate, and payor information. ```json { "payment_reference": "RUC208967136", "charge_info": { "amount": 100000, "currency": "EUR" }, "payment_method": { "token": "232301485cfa4b36bc28", "type": "card", "card_classification": "credit", "last_four_digits": "1111", "card_expiration": "03/2030", "country": "US", "brand": "visa", "issuer": "JPMORGAN CHASE BANK, N.A." }, "mandate": { "id": "MCRUC20230330uAM584YC", "currency": "EUR", "adjustments": [ { "category": "surcharge", "proportion": 0.01, "minimum_fee": 2000 } ] }, "payor": { "country": "US", "email": "peter.payer@example.com", "state": "NY" } } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.