...
How to find the above Authorization Token, Account ID and Application Name inside the DRIP Dashboard? |
---|
Please follow below steps:
|
...
Log in to your DRIP account
From the Dashboard, go to the top right and select the user icon that will open the account side menu
Select User Settings, select OAuth Application, and then click on the Edit button
...
This category refers to all successful purchases
...
Payloads Section
POST
Request - Header
Code Block |
---|
Authorization Basic NDEzMTRjNGM1OWNkOTc3OGQyM2E5OGEwYWUzOWJhZDM=
User-Agent Kasa Lavenderia |
Body
Code Block |
---|
{
"provider":"dfo-provider",
"email":"Cesardaldosso@gmail.com",
"initial_status":"unsubscribed",
"action":"placed",
"occurred_at":"2021-06-22T01:43:08.077Z",
"order_id":"4417",
"grand_total":29.89,
"currency":"USD",
"order_status":"Refunded",
"Items":[{
"product_id":"62",
"sku":"30365",
"name":"Laundry Masher Pineapple",
"categories":["Home"],
"price":29.89,
"sale_price":0.0,
"quantity":0,
"discounts":0.0,
"taxes":0.0,
"fees":0.0,
"shipping":0.0,
"total":0.0,
"product_url":null,
"image_url":null,
"product_tag":null}],
"shipping_address":{
"first_name":"CESAR",
"last_name":"DALDOSSO",
"address_1":"RUA SOUSA LIMA, 86, AP 1303",
"address_2":"RUA SOUSA LIMA, 86, AP 1303",
"city":"São Paulo",
"state":"SP",
"postal_code":"01153-020",
"country":"Brazil",
"phone":""}} |
Response - 202
Code Block |
---|
{
"request_ids": [
"88014ca7-e6c3-4d60-8e84-42174d54f868"
]
} |