Request
Body Params application/json
{
"email": "string",
"partnerCode": "P000818",
"payAmount": "19.99",
"payCurrency": "usd",
"payId": "P0002702020110214193780630",
"sign": "b2a9e697bdff66049803d62ffeffccaf",
"tradeTime": "20181031256548",
"tradeType": "payPalPay",
"version": "3.0"
}
Request Code Samples
curl --location --request POST '/stripeAutoPay' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"partnerCode": "P000818",
"payAmount": "19.99",
"payCurrency": "usd",
"payId": "P0002702020110214193780630",
"sign": "b2a9e697bdff66049803d62ffeffccaf",
"tradeTime": "20181031256548",
"tradeType": "payPalPay",
"version": "3.0"
}'
Responses
application/json {
"clientSecret": "string",
"customer_id": "string",
"publishableKey": "string"
}
Modified at 2022-10-04 23:23:51