Add Payment Method to underlying Payment Intent

POST {{baseUrl}}/v1/payment_intents/{{paymentIntentId}}

Attaches a PaymentMethod object to a PaymentIntent so that it can be confirmed.

Request Body

[{"name"=>"payment_method", "value"=>"pm_card_visa", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring