{
...
gatewayType: "PAYPAL_CHECKOUT_V2",
type: "THIRD_PARTY_ACCOUNT",
paymentMethodProperties: {
"ORDER_ID": "order_id_from_frontend_integration",
"REFERENCE_ID": "reference_id_from_frontend_integration"
},
isSingleUsePaymentMethod: true,
displayAttributes: {
fundingSource: stateRef.current,
},
...
}