v5
latestOpenAPI 3.1.02026-07-262421791.5 MBwebhook-event
card
Cards manual provisioning verification
Triggered when a card is manually added to a wallet provider, and the verification methods required to complete the wallet provisioning are returned.
- Event type: cards#manual-provisioning-verification
- Profile level subscriptions: Not Supported
- Application level subscriptions: Supported
See the Webhooks guide for setup instructions, signature verification, and best practices.
postWebhookcards#manual-provisioning-verification
Headers
X-Signature-SHA256string
RSA-SHA256 signature of the request body, Base64 encoded. Verify this against the Wise public key to ensure the request is authentic and has not been tampered with.
X-Delivery-Idstring uuid
Unique identifier for this webhook delivery attempt.
X-Test-Notificationboolean
Present with the value true if this is a test notification sent to verify your callback URL during subscription setup.
Payload
Example payload
{
"schema_version": "2.0.0",
"subscription_id": "5281e333-a4d9-4960-aec3-553267a9a8aa",
"event_type": "cards#manual-provisioning-verification",
"sent_at": "2026-03-09T05:52:37Z",
"data": {
"resource": {
"profile_id": 9953556,
"client_id": "tw-test-card-issuance",
"card_token": "72393ec3-0707-4bf1-00b7-744f7a380d2c",
"type": "card"
},
"payment_token_unique_reference": "DNITHE352605523102858206",
"last_four_digits": "8237",
"creation_time": "2026-03-09T05:52:37.274962Z",
"wallet_name": "Google Pay"
}
}Response
Return any 2xx status to acknowledge receipt of the event.
Example response
{
"status": "ok"
}