Payment Captured

The Payment Captured callback is typically sent within 1-15 minutes from the time that a customer makes a card payment.

Callback Example

{
    "OrderID": "662d7681909539441bf6b1ee",
    "status": "CAPTURED",
    "client": {
        "UserReference": "joe-test-00001x",
        "email": "joe@doe.com"
    },
    "fiat": {
        "amount": 40.95,
        "currency": "USD",
        "PaymentCardLast4Digits": "0007"
    },
    "crypto": {
        "asset": "dUSD",
        "amount": 35.95
    },
    "DateCreated": "2024-04-27T22:04:49.423Z",
    "DateCaptured": "2024-04-28T02:15:20.977Z"
}

Callback Header

Click here to learn more about validating the webhook signature.

Last updated