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
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
How do I access Utmify and set up the integration?
How do I access Utmify and set up the integration?
Just create a free account at: https://app.utmify.com.br/register
How do I know if the information I sent is correct?
How do I know if the information I sent is correct?
Our API validates all data sent in the payload. Invalid fields and accepted formats will be returned in the request response.
How do I know if the orders I sent were saved correctly?
How do I know if the orders I sent were saved correctly?
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.
I received the error API_CREDENTIAL_NOT_FOUND. What does it mean?
I received the error API_CREDENTIAL_NOT_FOUND. What does it mean?
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.
