Copy curl -L \
--request POST \
--url '/v1/sample-switchapp-merchant-webhooks/sample-v1-switchapp-payments-webhooks' \
--header 'Content-Type: application/json' \
--data '{
"event": "text",
"description": "text",
"data": {
"id": "text",
"tx_ref": "text",
"is_live": true,
"currency": "text",
"amount": 1,
"gateway_code": "text",
"is_webhook_sent": true,
"is_webhook_confirmed": true,
"webhook_confirmed_timestamp": "2025-04-03T09:50:25.283Z",
"is_webhook_failed": true,
"webhook_failed_count": 1,
"webhook_retries_count": 1,
"webhook_resend_request_count": 1,
"status": "text",
"device_fingerprint": "text",
"ip": "text",
"narration": "text",
"card_pan": "text",
"card_issuer": "text",
"card_country": "text",
"card_type": "text",
"card_expiry": "text",
"bank_trsf_country": "text",
"bank_trsf_bank_code": "text",
"bank_trsf_account_number": "text",
"bank_trsf_swift": "text",
"bank_trsf_iban": "text",
"bank_trsf_session_id": "text",
"source_gateway_merchant_id_or_code": "text",
"source_gateway_merchant_name": "text",
"source_gateway_gateway_code": "text",
"source_gateway_session_id": "text",
"dedicated_virtual_account_reference": "text",
"paid_at": "2025-04-03T09:50:25.283Z",
"metadata": "text",
"created_at": "2025-04-03T09:50:25.283Z",
"charged_amount": 1,
"amount_settled": 1,
"base_charge": 1,
"app_fee": 1,
"merchant_fee": 1,
"bearer": "text",
"expected_settlement_date": "2025-04-03T09:50:25.283Z",
"redirect_url": "text",
"amount_paid": 1,
"partial_payment_enabled": true,
"max_partial_payment_count": 1,
"partial_payments_count": 1,
"partial_payments_total": 1,
"partial_payment_parent_tx_ref": "text",
"is_child_partial_payment": true,
"is_amount_modifier_applied": true,
"title": "text",
"logo_url": "text",
"description": "text",
"customer": {
"id": "text",
"full_name": "text",
"email": "text",
"phone_number": "text",
"address": "text"
},
"transaction_payout_tags": [
{
"id": "text",
"tagged_bank_account_not_found": true,
"payout_tag": "text",
"amount": 1,
"percentage": 1,
"app_fee_percentage": 1,
"description": "text",
"metadata": "text",
"created_at": "2025-04-03T09:50:25.283Z"
}
],
"partial_payments": [
{
"id": "text",
"tx_ref": "text",
"is_live": true,
"currency": "text",
"amount": 1,
"gateway_code": "text",
"is_webhook_sent": true,
"is_webhook_confirmed": true,
"webhook_confirmed_timestamp": "2025-04-03T09:50:25.283Z",
"is_webhook_failed": true,
"webhook_failed_count": 1,
"webhook_retries_count": 1,
"webhook_resend_request_count": 1,
"status": "text",
"device_fingerprint": "text",
"ip": "text",
"narration": "text",
"card_pan": "text",
"card_issuer": "text",
"card_country": "text",
"card_type": "text",
"card_expiry": "text",
"bank_trsf_country": "text",
"bank_trsf_bank_code": "text",
"bank_trsf_account_number": "text",
"bank_trsf_swift": "text",
"bank_trsf_iban": "text",
"bank_trsf_session_id": "text",
"source_gateway_merchant_id_or_code": "text",
"source_gateway_merchant_name": "text",
"source_gateway_gateway_code": "text",
"source_gateway_session_id": "text",
"dedicated_virtual_account_reference": "text",
"paid_at": "2025-04-03T09:50:25.283Z",
"metadata": "text",
"created_at": "2025-04-03T09:50:25.283Z",
"charged_amount": 1,
"amount_settled": 1,
"base_charge": 1,
"app_fee": 1,
"merchant_fee": 1,
"bearer": "text",
"expected_settlement_date": "2025-04-03T09:50:25.283Z",
"redirect_url": "text",
"amount_paid": 1,
"partial_payment_enabled": true,
"max_partial_payment_count": 1,
"partial_payments_count": 1,
"partial_payments_total": 1,
"partial_payment_parent_tx_ref": "text",
"is_child_partial_payment": true,
"is_amount_modifier_applied": true,
"title": "text",
"logo_url": "text",
"description": "text",
"customer": {
"id": "text",
"full_name": "text",
"email": "text",
"phone_number": "text",
"address": "text"
}
}
],
"amount_modifiers": [
{
"id": "text",
"reference": "text",
"type": "discount",
"tx_ref": "text",
"amount": 1,
"description": "text",
"metadata": "text",
"created_at": "2025-04-03T09:50:25.283Z",
"edited_at": "2025-04-03T09:50:25.283Z"
}
]
}
}'