Customer redirected offsiteWebhook

SecuritySecretApiKey or JWT
Request
Request Body schema: application/json

Customer redirect webhook request body resource.

transactionId
string (TransactionId) <= 50 characters

ID of the transaction.

redirectUrl
string <url>

URL customer redirected to.

ipAddress
string

Customer's IP address.

object

Customer's browser HTTP headers.

eventType
string

Rebilly webhooks event type.

Enum: "customer-redirected-offsite" "customer-returned"
object

Embedded objects.

Array of objects

Related links.

Responses
2xx

Returns any 2xx status to indicate that the data received.

Request samples
application/json
{
  • "transactionId": "txn_0YVDTQJ8YWDGQACV2N2N5SPWQ0",
  • "redirectUrl": "string",
  • "ipAddress": "string",
  • "httpHeaders": {
    },
  • "eventType": "customer-redirected-offsite",
  • "_embedded": {
    },
  • "_links": [
    ]
}