Payment Methods

Payment methods are assigned to order payments.

Get payment methods

GET /v1/companies/5678/payment_methods Get all payment methods

Get a payment method

GET /v1/companies/5678/payment_methods/2 Get a payment method

List of Webhooks

Here is a list of the supported webhook topics.

payment_methods/created

When a payment method is created. You will receive the complete payment method.

payment_methods/updated

When a payment method is updated. You will receive the complete payment method after the modifications have been applied.

payment_methods/deleted

When a payment method is deleted. You will receive the complete payment method.