Buy Plaque API

The Buy Plaque API allows a user to buy a plaque by providing payment information and personal details. The API uses the HTTP POST method to send a request to the server and HTTP response codes to return the status of the request.

Buy Plaque API

POST https://api.stagemeta.dev/plaques/buy

Headers

Name
Type
Description

Authorization

String

Bearer ACCESS_TOKEN

Request Body

Name
Type
Description

walletAddress

String

email

String

username

String

line2

String

line1*

String

last_name*

String

first_name*

String

postal_code*

String

state*

String

city*

String

country*

String

cvv*

String

expire_year*

Number

expire_month*

Number

card_number*

String

names*

[String]

Last updated