Skip to main content
POST
Notify fulfillment

Authorizations

public-api-key
string
header
required

Your public API key from the Yuno Dashboard

private-secret-key
string
header
required

Your private secret key (server-side only)

Path Parameters

payment_id
string<uuid>
required

The unique identifier of the payment

Body

application/json
status
enum<string>
required

Fulfillment status

Available options:
SHIPPED,
DELIVERED,
RETURNED
tracking_number
string

Shipment tracking number

carrier
string

Shipping carrier name

shipped_at
string<date-time>

Shipment date

Response

Fulfillment notification received

status
string
Example:

"RECEIVED"