Customer returnedWebhook

SecurityAPI Key: SecretApiKey or HTTP: 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.

Request samples
application/json
{ "transactionId": "txn_0YVDTQJ8YWDGQACV2N2N5SPWQ0", "redirectUrl": "string", "ipAddress": "string", "httpHeaders": { "Content-Type": "application/json", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" }, "eventType": "customer-redirected-offsite", "_embedded": { }, "_links": [ ] }
Responses

2xx

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