Reconcile a customer_balance PaymentIntent
POST {{baseUrl}}/v1/payment_intents/:intent/apply_customer_balance
Manually reconcile the remaining amount for a customer_balance
PaymentIntent.
Request Body
[{"name"=>"amount", "value"=>"<integer>", "datatype"=>"string"}, {"name"=>"currency", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"expand[0]", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"expand[1]", "value"=>"<string>", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |