Skip to main content
GET
Retrieves an affiliation cashback.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

cashback_id
string<uuid>
required

Unique ID of the cashback reward.

consumer_id
string
required

The id you used to create the given consumer

Response

OK

amount
number
required
read-only

Amount of the transaction

Example:

-23.68

id
string<uuid>
required
read-only

Unique ID of the object.

Example:

"e2c32b4b-de61-459b-accf-a75f76247946"

cancellation_date
string<date-time> | null
read-only

Date of cancellation by the merchant of a reward

Example:

"2019-01-23T12:00:00+00:00"

cancellation_reason
string | null
read-only

Text message explaining the reason of cancellation

Example:

"Transaction has been deleted"

created_at
string<date-time>
read-only

Object creation datetime

Example:

"2019-01-31T15:16:15.523309+00:00"

pending_validation_date
string<date-time> | null
read-only

Date of the cashback pending validation status

Example:

"2018-11-28T16:52:47.768060+00:00"

status
string
read-only

Status of the affiliation cashback:

  • PENDING_VALIDATION: The reward is pending the payment from the merchant.
  • PAID_OUT: The reward has been paid to the program.
  • CANCELLED : Cancelled by the merchant or by a technical action.
Example:

"PENDING_VALIDATION"

transfer_date
string<date-time> | null
read-only

The date where the reward is actually paid to the consumer

Example:

"2019-01-23T12:00:00+00:00"

user_offer
object