Skip to main content
POST
Fulfillment inquiry

Body

application/json
supplierId
string
required

Unique identifier assigned by Waffo to the supplier.

Maximum string length: 64
Example:

"WAFFO_POINT_TOPUP_001"

salesOrderId
string

Supplier's order ID provided in the signed redirect URL. Used together with supplierId as the idempotent key. Required unless payOrderId is provided.

Maximum string length: 64
Example:

"A123456"

payOrderId
string

Pay order ID generated by the Waffo Point Topup system. Required unless salesOrderId is provided.

Maximum string length: 64
Example:

"G20250114064421745E079"

Response

200 - application/json

OK

code
string

Result code. 0 means success; see the point topup error code list for the rest.

Example:

"0"

msg
string

Result message.

Example:

"success"

data
object

Fulfillment result. Empty when the request fails.