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 |
|
Request Body
Name | Type | Description |
---|---|---|
names* | [String] | |
card_number* | String | |
expire_month* | Number | |
expire_year* | Number | |
cvv* | String | |
country* | String | |
city* | String | |
state* | String | |
postal_code* | String | |
first_name* | String | |
last_name* | String | |
line1* | String | |
line2 | String | |
username | String | |
String | ||
walletAddress | String |
Last updated