v1

latestOpenAPI 3.1.02026-07-13570316.1 KB
Bridge

Complete Payment

Completes a payment using its default token and amount. If the user does not have sufficient funds in the product's default payment token a 402 status will be returned containing a link and raw quote for purchase fulfillment.

Authentication: This endpoint requires project authentication.

post/v1/bridge/payments/{id}

Path parameters

idstring required

Request body

fromstring

The wallet address or ENS name that will purchase the product. If omitted, the project wallet will be used if available.

Example request

{
  "from": "0xEfc38EF8C09535b25e364b6d1a7C406D3972f2A9"
}

Response

Product purchased successfully. Returns the transaction used for the purchase.