Get processing account pricing agreement

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.

Path parameters

processingAccountIdstringRequired
Unique identifier that we assigned to the processing account.

Headers

AuthorizationstringRequired

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

Response

Successful request. Returns the pricing agreement for the processing account.
US pricing agreement version 4.0object
OR
US pricing agreement version 5.0object

Errors