# GoFundMe Transaction Item API

**Canonical:** https://apis.io/apis/gofundme/gofundme-transaction-item-api/  
**Provider:** GoFundMe — https://apis.io/providers/gofundme/  
**Base URL:** https://pro.gofundme.com/api/2.0  
**Documentation:** https://developers.gofundme.com/pro/docs

GoFundMe Transaction Item API is one of 72 APIs that [GoFundMe](https://apis.io/providers/gofundme/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include Transaction Item. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, authentication docs, and rate-limit docs.

Transaction Items describe the specific donations, tickets, registrations (and more) that could make up a Transaction. Some transactions will only have a single Transaction Item, but others may have many. Like transactions, transaction items have three types of attributes relating to Passport: raw, charged, and normalized. Raw attributes (e.g. `raw_currency_code`, `raw_final_price`, etc.) reflect donor intent through their donation or product purchases. `raw_final_price` represents the total raw value of a transaction item - it is either set directly (as with a direct donation) or derived from the product of `raw_price` (the price of the transaction item's associated product) and the specified quantity. Transaction items associated with a product may also have `raw_overhead_amount` set, which indicates the amount of the `raw_final_price` that is attributed to campaign overhead. All raw amounts are presented in terms of `raw_currency_code`, which is inherited from the transaction item's transaction and cannot be set on a per-item basis. Charged (e.g. `charged_final_price`, `charged_fees_amount`, etc.) attributes are all derived from the transaction item's associated transaction and reflect the percentage that the transaction item contributed to the transaction's raw gross amount. For example, a transaction item that contributed 85% of its transaction's `raw_total_gross_amount` through its `raw_final_price` will see its charged attributes reflect 85% of the transaction's charged attribute values. All of these values will be reflected in terms of the `charged_currency_code` of the transaction item's transaction. Normalized attributes (e.g. `final_price`, `fees_amount`, etc.) reflect a conversion from raw and/or charged attributes into the transaction item's `currency_code`, which is the same for all Passport-enabled entities associated with the transaction item's organization. This normalization occurs to allow for a constant basis of comparison across each of these entities. These normalized values are all converted from the associated raw or charged attributes, preferring the charged attribute over the raw attribute if available. For example, `charged_final_price` will be used instead of `raw_final_price` if both `charged_final_price` and `charged_currency_code` are present. If `charged_at` is also present, the exchange rate between `charged_currency_code` and `currency_code` at that time will be used if/when the transaction item is renormalized.

## Machine-readable artifacts (16)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/gofundme/refs/heads/main/openapi/gofundme-transaction-item-api-openapi.yml
- **DeveloperPortal** — https://developers.gofundme.com/pro/overview/welcome
- **Documentation** — https://developers.gofundme.com/pro/overview/get-started
- **APIReference** — https://developers.gofundme.com/pro/docs
- **GettingStarted** — https://developers.gofundme.com/pro/overview/get-started
- **Authentication** — https://raw.githubusercontent.com/api-evangelist/gofundme/refs/heads/main/authentication/gofundme-authentication.yml
- **OAuthScopes** — https://raw.githubusercontent.com/api-evangelist/gofundme/refs/heads/main/scopes/gofundme-scopes.yml
- **Conventions** — https://raw.githubusercontent.com/api-evangelist/gofundme/refs/heads/main/conventions/gofundme-conventions.yml
- **Idempotency** — https://raw.githubusercontent.com/api-evangelist/gofundme/refs/heads/main/conventions/gofundme-conventions.yml
- **ErrorCatalog** — https://raw.githubusercontent.com/api-evangelist/gofundme/refs/heads/main/errors/gofundme-problem-types.yml
- **DataModel** — https://raw.githubusercontent.com/api-evangelist/gofundme/refs/heads/main/data-model/gofundme-data-model.yml
- **RateLimits** — https://raw.githubusercontent.com/api-evangelist/gofundme/refs/heads/main/rate-limits/gofundme-rate-limits.yml
- **Postman** — https://github.com/classy-org/postman-collections
- **Sandbox** — https://raw.githubusercontent.com/api-evangelist/gofundme/refs/heads/main/sandbox/gofundme-sandbox.yml
- **Examples** — https://raw.githubusercontent.com/api-evangelist/gofundme/refs/heads/main/examples/gofundme-examples.yml
- **SignUp** — https://developers.gofundme.com/pro/overview/request-access

## Other GoFundMe APIs (12)

- [Classy Login (OpenID Connect SSO)](https://apis.io/apis/gofundme/classy-login-openid-connect-sso/)
- [Classy Pay](https://apis.io/apis/gofundme/classy-pay/)
- [GoFundMe Acknowledgement API](https://apis.io/apis/gofundme/gofundme-acknowledgement-api/)
- [GoFundMe Activity API](https://apis.io/apis/gofundme/gofundme-activity-api/)
- [GoFundMe Annual Summary API](https://apis.io/apis/gofundme/gofundme-annual-summary-api/)
- [GoFundMe Answer API](https://apis.io/apis/gofundme/gofundme-answer-api/)
- [GoFundMe API App API](https://apis.io/apis/gofundme/gofundme-api-app-api/)
- [GoFundMe Appeal Set API](https://apis.io/apis/gofundme/gofundme-appeal-set-api/)
- [GoFundMe Branding API](https://apis.io/apis/gofundme/gofundme-branding-api/)
- [GoFundMe Brandkit API](https://apis.io/apis/gofundme/gofundme-brandkit-api/)
- [GoFundMe Campaign API](https://apis.io/apis/gofundme/gofundme-campaign-api/)
- [GoFundMe Campaign Channel API](https://apis.io/apis/gofundme/gofundme-campaign-channel-api/)

## Tags

Transaction Item

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/gofundme/gofundme-transaction-item-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/gofundme/.
