Transaction
Create Transaction
POST
https://nekoya.moe.team/api/checkout
Query Parameters
Name | Type | Description |
---|---|---|
key* | String | Encrypted String |
Headers
Name | Type | Description |
---|---|---|
Content-Type | String | application/x-www-form-urlencoded |
Request Body
Name | Type | Description |
---|---|---|
firstName* | String | First Name |
lastName* | String | Last Name |
phoneNumber* | String | (+1) xxx xxx xxx |
streetAddress1* | String | Street Address |
streetAddress2* | String | Street Addres (Alternative) |
region* | String | Region |
province* | String | Province |
city* | String | City |
district* | String | District |
subDistrict* | String | Sub District |
postalCode* | String | Postal Code |
logistic* | String | Logistic Provider (JNE, JNT, SICEPAT) |
data* | String (JSON) | Order Data |
All Transactions
POST
https://nekoya.moe.team/api/transaction
Query Parameters
Name | Type | Description |
---|---|---|
key* | String | Encrypted String |
Headers
Name | Type | Description |
---|---|---|
Content-Type | String | application/x-www-form-urlencoded |
Last updated