Skip to main content
POST
/
boosted-pages
/
payment-status
Check payment status
curl --request POST \
  --url https://api.boosterberg.com-beta.com/v1/boosted-pages/payment-status \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "transaction_id": 11
}
'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
transaction_id
integer
required

Transaction ID from the subscribe response

Example:

11

Response

200 - application/json

Returns status or error message

The response is of type string.