Create Recurring Item
Create a recurring plan fee item
Header Parameters
Nonce string required
random 16 bytes alphanumerics
Credential string required
Please follow the OpenAPI authentication section
Example: d900da8b-6e16-4a85-8a66-05d29ac53f24/20240501120123/Wonder-RSA-SHA256
Signature string required
Please follow the OpenAPI authentication section
Example: lM42cgyuLS98Dieydc8K2OD3KwYkOXibpV9pFvr/R0i/830M/FPKUKbav2UBBN3M3EdPk/PpvKQlvBNT+NbEg20CKuiDTZWDc3r7KiA1pdZsui/57XCVhC2s01W8jEM+G5lS362+p8+E0K6UKQDrJMyVpbDT31XSkSJIxae+uDi2nJr4DnIkemeU2LlNDRPPGe9NeX7z3B3N3LwIiQgKMyauPqAjro0UrZykQM9pv4UySRSU2cT8EcjQmyKxbzyuR2A47PyeodJvotlIthdfCHIxG52D06tpRJlRVbUdvxSg14bFiPbr3FwCvruZlbR15gOanJCqE4wp4fC8qEXXsg==
Content-type string required
Example: application/json
x-request-id string
Example: d900da8b-6e16-4a85-8a66-05d29ac53f24
application/json
Request Body
- If user has any external reference ID they would like to associate with they can input in this field
- This is name of the recurring product
- This is to set the price of the item. The price will be the billing amount for the recurring order
- Any description to remark about this record
item object required
reference_id string
label string required
price number required
currency string required
description string
Responses
- 200
Response Headers
application/json
Schema
Example (from schema)
Schema
code integer required
message string required
data object required
item object required
id string required
label string
price number required
currency string required
reference_id string
description string
created_at string required
updated_at string required
deleted_at string
{
"code": 0,
"message": "string",
"data": {
"item": {
"id": "string",
"label": "string",
"price": 0,
"currency": "string",
"reference_id": "string",
"description": "string",
"created_at": "string",
"updated_at": "string",
"deleted_at": "string"
}
}
}
Loading...