Skip to main content
GET
/
donor
/
paypal
Get PayPal credentials
curl --request GET \
  --url https://api.helpyousponsor.com/v1/donor/paypal \
  --header 'X-HYS-API-Key: <api-key>'
{
  "paypal_gateway_set": true,
  "status": "success"
}

Authorizations

X-HYS-API-Key
string
header
required

API key generated from Developer Settings. Format: hys_...

Response

Success

paypal_gateway_set
boolean
Example:

true

status
string
Example:

"success"