The Onerway Issuing API enables merchants to create and manage cards, manage cardholders, query transactions, and receive real-time webhook notifications for card operations and transaction events.
/api/v1/merchant | Method: POST| Header | Type | Required | Description |
|---|---|---|---|
| Content-Type | String | Yes | application/json;charset=UTF-8 |
| X-ONERWAY-APIKEY | String | Yes | Merchant identity key |
| Field | Type | Description |
|---|---|---|
respCode | String | Response code, 20000 indicates success |
respMsg | String | Response message |
data | Object/Array | Business data, null on failure |
| Code | Description |
|---|---|
20000 | Success |