GET
/
payment
/
{paymentId}
curl --request GET \
  --url https://staging-biz.coinprofile.co/v2/payment/{paymentId} \
  --header 'X-Api-Key: <api-key>' \
  --header 'X-Api-User: <api-key>' \
  --header 'X-User-Version: <api-key>'
{
  "message": "<string>",
  "success": true
}

Authorizations

X-Api-User
string
header
required
X-Api-Key
string
header
required
X-User-Version
string
header
required

Path Parameters

paymentId
string
required

The ID of the created payment

Response

200 - application/json
Success
message
string
success
boolean