Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

How to find the above Authorization Token, Account ID and Application Name inside the DRIP Dashboard?

Please follow below steps:

  1. Log in to your DRIP account

  2. From the Dashboard, go to the top right and select the user icon that will open the account side menu

    Image RemovedImage Added
  3. Select User Settings

  4. On the User Settings page, the API Token is available

    Image RemovedImage Added
  5. To find also the Account ID and the Application Name, go back to the DRIP Dashboard and click on the Settings icon, located on the bottom left of the page

    Image RemovedImage Added

    6. A side menu will be displayed and from there click on Account

    Image RemovedImage Added

    7. On the Account page, the user can find both: the Account ID and the Application Name

...

  1. Log in to your DRIP account

  2. From the Dashboard, go to the top right and select the user icon that will open the account side menu

    Image RemovedImage Added
  3. 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"
  ]
}