Create a payment for a given order.

Creates a new payment object and associates it with the referenced order.

A Payment is a one time charge to a previously created PaymentMethod. Payment objects are the way that you associate PaymentMethods and Orders, and they let Forage's server know how much you want to charge to each PaymentMethod.

Note that the PaymentMethod will not be charged until the order is submitted for capture.

Additionally, you should not create two Payments on the same order with the same payment_method field, otherwise you will get a 400 response. If you need to increase the charge to a PaymentMethod already associated with this Order, then update the existing Payment object instead of creating a new one.

Language
Authentication
OAuth2
URL
Click Try It! to start a request and see the response here!