Services + PayPal Operations
- The live service page is /services.
- The current offer is Founding Operator Access.
- The current PayPal offer id is founding-operator-access.
- The current price is $500.00 USD.
- Order creation must return ok=true, PAYER_ACTION_REQUIRED, an approveUrl, and the expected offer id.
for URL in \
http://127.0.0.1:3000/api/paypal/order \
https://zerothcore.ai/api/paypal/order \
https://zerothcore.com/api/paypal/order
do
echo "--- $URL ---"
curl -sS -X POST "$URL" -H "Content-Type: application/json" | jq
done