{"customerName":"Austin Bu","phone":"11987654321","countryCallingCode":"+55","messageType":"PAYMENT_REMINDER","countryCode":"BR","orderInfo":{"productTitle":"Vacuum","orderId":"13490123","amountInCents":100,"currency":"BRL","link":"https://www.liquido.com","productImgList":["https://static.wikia.nocookie.net/c__/images/6/6b/Quote.jpg/revision/latest?cb=20110107214657&path-prefix=cavestory"]},"shippingInfo":{"shippingAddress":"340 E Middlefield Blvd, MTV, CA, 94043","trackingNumber":"1231242151","transportCompany":"Fedex","trackingLink":"https://www.fedex.com/fedextrack/?trknbr=1"},"paymentInfo":{"createTime":"2022-04-28 10:00:00","paymentId":"159265","paymentMethod":"PIX_DYNAMIC_QR","vendor":"LIQUIDO"}}
product image list, required when messageType=PAYMENT_REMINDER. Only JPEG and PNG pictures. Transparent backgrounds will become black.
ShippingInfo Object Parameters
Parameter
Required
Type
Description
shippingAddress
String
receiver's address.
trackingNumber
String
track number.
transportCompany
String
transport company name
trackingLink
String
tracking URL
PaymentInfo Object Parameters
Parameter
Required
Type
Description
createTime
String
Payment creation time.
paymentId
String
Idempotency key from pay in request. It is required if the payment is done through Liquido.
paymentMethod
String
Payment method. This is used for conversion tracking. It is required if the payment is done through Liquido. Supported values are: PIX_DYNAMIC_QR,CREDIT_CARD,DEBIT_CARD,BOLETO,BANK_TRANSFER
vendor
String
If the payment is done through Liquido, enter "LIQUIDO". Otherwise, enter "OTHER". This is used for conversion tracking.
Message Type
Parameter
Description
PAYMENT_REMINDER
When a pix payment is left unpaid for a period of time, you can send a pix payment reminder to the user to remind them of their order.
PAYMENT_SETTLED
Notifies the user when a credit card payment order is create and settled.
PAYMENT_CREATED_PIX
Notifies the user when a Pix payment order is created. The "Order details" button will take the user to its order details.