Skip to main content
POST
Create Biller Reseller Order

Authorizations

api-key
string
header
required

Your PayVessel business API key.

api-secret
string
header
required

Your PayVessel business API secret.

Headers

api-key
string | null
api-secret
string | null

Body

application/json
biller_id
string
required
Maximum string length: 64
Pattern: ^[a-zA-Z0-9_\-]+$
item_id
string
required
Maximum string length: 64
Pattern: ^[a-zA-Z0-9_\-]+$
recharge_account
string
required
Maximum string length: 15
amount
integer
required

Amount in naira

reference
string
required

Unique merchant order reference

Maximum string length: 32
webhook_url
string | null

Webhook URL for order status notifications

Maximum string length: 512

Response

Successful Response

status
boolean
required
message
string
required
data
OrderSchema · object
required