FCHubFCHub.co

Get PayPal seller auth token

Retrieve or refresh the PayPal seller authentication token for API access.

POST
/settings/payment-methods/paypal/seller-auth-token

Authorization

applicationPassword
AuthorizationBasic <token>

WordPress Application Password authentication. Generate one at wp-admin > Users > Application Passwords. Use as Basic Auth with username:application_password (base64-encoded).

In: header

Response Body

application/json

curl -X POST "https://your-site.com/wp-json/fluent-cart/v2/settings/payment-methods/paypal/seller-auth-token"
{}