Thanks @samliew, I copied the bundle output below, but have replaced sensitive information with XXX. While I would expect the fee to be shown there and cannot tell why it’s empty, this may not be a technical issue and rather a how-to question.
[
{
"id": "pi_XXX",
"allowed_source_types": [
"card"
],
"amount": 64175,
"amount_capturable": 0,
"amount_details": {
"tip": {}
},
"amount_received": 64175,
"application": "ca_XXX",
"application_fee_amount": null,
"automatic_payment_methods": {
"enabled": false
},
"canceled_at": null,
"cancellation_reason": null,
"capture_method": "automatic",
"charges": {
"object": "list",
"data": [
{
"id": "ch_XXX",
"object": "charge",
"amount": 64175,
"amount_captured": 64175,
"amount_refunded": 0,
"amount_updates": [],
"application": "ca_XXX",
"application_fee": null,
"application_fee_amount": null,
"balance_transaction": "txn_XXX",
"billing_details": {
"address": {
"city": null,
"country": "XX",
"line1": null,
"line2": null,
"postal_code": "XXXXX",
"state": null
},
"email": "XXX",
"name": "XXX",
"phone": null
},
"calculated_statement_descriptor": "XXX",
"captured": true,
"created": XXX,
"currency": "eur",
"customer": null,
"description": "XXX",
"destination": null,
"dispute": null,
"disputed": false,
"failure_balance_transaction": null,
"failure_code": null,
"failure_message": null,
"fraud_details": {},
"invoice": null,
"livemode": true,
"metadata": {},
"on_behalf_of": null,
"order": null,
"outcome": {
"network_status": "approved_by_network",
"reason": null,
"risk_level": "normal",
"seller_message": "Payment complete.",
"type": "authorized"
},
"paid": true,
"payment_intent": "pi_XXX",
"payment_method": "pm_XXX",
"payment_method_details": {
"card": {
"amount_authorized": 64175,
"brand": "XXX",
"checks": {
"address_line1_check": null,
"address_postal_code_check": "pass",
"cvc_check": "pass"
},
"country": "XXX",
"exp_month": XXX,
"exp_year": XXX,
"extended_authorization": {
"status": "disabled"
},
"fingerprint": "XXX",
"funding": "credit",
"incremental_authorization": {
"status": "unavailable"
},
"installments": null,
"last4": "XXX",
"mandate": null,
"multicapture": {
"status": "unavailable"
},
"network": "XXX",
"network_token": {
"used": false
},
"overcapture": {
"maximum_amount_capturable": 64175,
"status": "unavailable"
},
"three_d_secure": null,
"wallet": {
"dynamic_last4": null,
"link": {},
"type": "link"
}
},
"type": "card"
},
"radar_options": {},
"receipt_email": "XXX",
"receipt_number": "XXX",
"receipt_url": "XXX",
"refunded": false,
"refunds": {
"object": "list",
"data": [],
"has_more": false,
"total_count": 0,
"url": "/v1/charges/ch_XXX"
},
"review": null,
"shipping": null,
"source": null,
"source_transfer": null,
"statement_descriptor": null,
"statement_descriptor_suffix": null,
"status": "succeeded",
"transfer_data": null,
"transfer_group": null
}
],
"has_more": false,
"total_count": 1,
"url": "/v1/charges?payment_intent=pi_XXX"
},
"client_secret": "pi_XXX",
"confirmation_method": "automatic",
"created": "XXX",
"currency": "XXX",
"customer": null,
"description": "XXX",
"invoice": null,
"last_payment_error": null,
"latest_charge": "ch_XXX",
"livemode": true,
"metadata": {},
"next_action": null,
"next_source_action": null,
"on_behalf_of": null,
"payment_method": "pm_XXX",
"payment_method_configuration_details": null,
"payment_method_options": {
"card": {
"installments": null,
"mandate_options": null,
"network": null,
"request_three_d_secure": "automatic"
}
},
"payment_method_types": [
"card"
],
"processing": null,
"receipt_email": "XXX",
"review": null,
"setup_future_usage": null,
"shipping": null,
"source": null,
"statement_descriptor": null,
"statement_descriptor_suffix": null,
"status": "succeeded",
"transfer_data": null,
"transfer_group": null
}
]