Skip to main content
POST
/
product-payment
/
restore
/
{id}
Restore Checkout Payment Button
curl --request POST \
  --url https://cloud-api.freshlimepay.com/product-payment/restore/{id} \
  --header 'X-API-KEY: <api-key>'
{
  "isSuccess": true,
  "data": "<string>",
  "message": "<string>"
}

Authorizations

X-API-KEY
string
header
required

API Key required for authorization (mandatory for all endpoints)

Path Parameters

id
string<uuid>
required

Response

Checkout Payment Button restored successfully

isSuccess
boolean
data
string

Usually returns the Checkout Payment Button ID

message
string