Retrieve processing account pricing agreement

View as MarkdownOpen in Claude
Use this method to retrieve the pricing agreement that we apply to a processing account. To retrieve the pricing agreement of a processing account, you need the processingAccountId. Our gateway returned the processingAccountId in the response to the [Create Merchant Platform](https://docs.payroc.com/api/schema/boarding/merchant-platforms/create) method and [Create Processing Account](https://docs.payroc.com/api/schema/boarding/merchant-platforms/create-processing-account) method. **Note:** If you don't have the processingAccountId, use our [List Merchant Platform’s Processing Accounts](https://docs.payroc.com/api/schema/boarding/merchant-platforms/list-processing-accounts) method to search for the processing account. Our gateway returns the following information about the pricing agreement that we apply to the processing account: - Base fees, including the annual fee and the fees for each chargeback and retrieval. - Processor fees, including the fees that we apply for processing card and ACH payments. - Gateway fees, including the setup fee and the fees for each transaction. - Service fees, including the fee that we apply if the merchant has signed up to a Hardware Advantage Plan.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

processingAccountIdstringRequired
Unique identifier that we assigned to the processing account.

Response

Successful request. We return a polymorphic object that contains the pricing agreement for the processing account. The value of the version field determines which variant you should use: - `4.0` - Pricing agreement version 4. - `5.0` - Pricing agreement version 5.
US pricing agreement version 4.0object
OR
US pricing agreement version 5.0object

Errors