Skip to main content

Before you start

To send a request to our API, you will need an API credential. To get one, access your Utmify account and follow the path:
Integrations → Webhooks → API Credentials → Add Credential → Create Credential

1. Request Format

1.1 Endpoint

1.2 Headers

1.3 Payload

1.3.1 Body

Objects: Customer · Product · TrackingParameters · Commission

1.3.2 Customer

1.3.3 Product

1.3.4 TrackingParameters

1.3.5 Commission


2. Parameter Description

2.1 Headers

2.2 Body

2.3 Customer

2.4 Product

2.5 TrackingParameters

2.6 Commission


3. Practical Request Examples

3.1 PIX Generated and Paid

A customer placed a PIX order at GlobalPay store through the checkout. The product purchased was a motor oil for $80.00 with $20.00 shipping. The platform charges $1.00 per paid PIX + 3% of the order value. The PIX was generated on 07/26/2024 at 11:35:13 and paid on 07/26/2024 at 11:43:37 (Brasilia time).

3.1.1 PIX Generated

3.1.2 PIX Paid


3.2 Credit Card Paid and Refunded

A customer placed a credit card order on 07/15/2024 at 10:30:14 and requested a refund on 07/18/2024 at 22:44:39 (Brasilia time). The order was placed on the GlobalPay platform in dollars, containing a t-shirt for $35.00 and pants for $40.00. The platform charges a 5% fee per order.

3.2.1 Card Paid

3.2.2 Card Refunded


4. Frequently Asked Questions

Just create a free account at: https://app.utmify.com.br/register
Our API validates all data sent in the payload. Invalid fields and accepted formats will be returned in the request response.
Access the account used to obtain the credential and navigate to the “Summary” tab. There you will find information about the orders saved on the platform, with filters by specific periods.
This error indicates that the API Credential was not provided or was passed incorrectly through the request headers. Please refer to the Request Format section for more details.