--- title: ReferralTransaction - Partner API description: A transaction corresponding to a shop referral. api_version: 2025-01 api_name: partner type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/partner/2025-01/objects/ReferralTransaction' md: 'https://shopify.dev/docs/api/partner/2025-01/objects/ReferralTransaction.md' --- # Referral​Transaction object A transaction corresponding to a shop referral. ## Fields * amount [Money!](https://shopify.dev/docs/api/partner/2025-01/objects/Money) non-null The net amount that is added to your payout. * category [Referral​Category!](https://shopify.dev/docs/api/partner/2025-01/enums/ReferralCategory) non-null The referral type. * created​At [Date​Time!](https://shopify.dev/docs/api/partner/2025-01/scalars/DateTime) non-null The date and time when the transaction was recorded. * id [ID!](https://shopify.dev/docs/api/partner/2025-01/scalars/ID) non-null The transaction ID. * shop [Shop!](https://shopify.dev/docs/api/partner/2025-01/objects/Shop) non-null The referred shop. *** ## Map No referencing types *** ## Interfaces * * [Node](https://shopify.dev/docs/api/partner/2025-01/interfaces/Node) interface * [Transaction](https://shopify.dev/docs/api/partner/2025-01/interfaces/Transaction) interface *** ## ||-ReferralTransaction Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/partner/2025-01/interfaces/Node) * ||-[Transaction](https://shopify.dev/docs/api/partner/2025-01/interfaces/Transaction)