# 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

```json
{
    "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

<table><thead><tr><th width="231">Parameter</th><th>Example Value</th></tr></thead><tbody><tr><td><strong>Quickbuy-Signature</strong></td><td>eO4HU1avkGpYpWf7eVzPYZGstCnnxdzytl3jUZ/tEiM="</td></tr></tbody></table>

[Click here to learn more about validating the webhook signature.](https://customer-api-docs.ibanera.com/quickbuy/validating-the-webhook-signature)
