Payment Gateway Object

{
  "id": "string",
  "live_payment_methods_url": "string",
  "test_payment_methods_url": "string"
}

payment_gateway

PropertyDescriptionMutable
id
string
System identifier of the custom payment gateway.No
live_payment_methods_url
string
The payment methods API endpoint that will be called to retrieve the available payment methods for the cart in LIVE mode.Yes
test_payment_methods_url
string
The payment methods API endpoint that will be called to retrieve the available payment methods for the cart in TEST mode. This URL can be the same as live_payment_methods_url.Yes