Payments > Gateways
Gateways
Payment Gateways enable the specification of methods for collecting payments from customers in your shop. These systems facilitate secure and efficient transactions, ensuring a smooth checkout process for both your business and your customers.
Endpoints
| Endpoint | Description | JSON API |
|---|---|---|
| gateways | Get gateways | GET:gateways.json |
| gatewaysApplePayDomains | Get apple pay domains | GET:gateways/apple_pay_domains.json |
| gatewaysApplePayDomainsCreate | Create apple pay domain | POST:gateways/apple_pay_domains.json |
| gatewaysApplePayDomainsDelete | Delete apple pay domain | DELETE:gateways/apple_pay_domains.json |
| gatewaysCreate | Create gateways | POST:gateways.json |
| gatewaysDelete | Delete gateways | DELETE:gateways.json |
| gatewaysModify | Modify gateways | POST:gateways.json |
| gatewaysPaypal | Create paypal referral url | POST:gateways/paypal.json |
Types
| Types |
|---|
| ApplePayDomain |
| ApplePayDomainCreate |
| FileURL |
| Gateway |
| GatewayCreate |
| GatewayModify |
| GatewayType |