Create an axerve gateway
How to create an axerve gateway via API
To create a new axerve gateway, send a POST
request to the /api/axerve_gateways
endpoint, passing the resource arguments in the request body.
Request
POST https://yourdomain.commercelayer.io/api/axerve_gateways
Arguments
Body Parameter | Type | Required |
---|---|---|
type |
| Required |
attributes.name |
| Required |
attributes.reference |
| Optional |
attributes.reference_origin |
| Optional |
attributes.metadata |
| Optional |
attributes.login |
| Required |
attributes.api_key |
| Required |
relationships.axerve_payments |
| Optional |
Example
The following request creates a new axerve gateway:
Last updated