xxZeus

si live key request

Jun 30th, 2020
884
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.49 KB | None | 0 0
  1. .
  2. .
  3. .
  4. pg: 'CC',
  5. bankcode: 'CC',
  6. ccnum: cardNumber.split(" ").join(""),
  7. ccvv: cvvRef.current,
  8. ccname: `${user.firstname}`,
  9. ccexpmon: expires.split("/")[0],
  10. ccexpyr: "20" + expires.split("/")[1],
  11. api_version: 7,
  12. si: 1,
  13. user_credentials: `${payuConfig.KEY}:${user.userUniqueId}`,
  14. store_card: 1,
  15. Consent_shared: 1,
  16. si_details: `"{"billingAmount":"2000.00","billingCurrency":"INR","billingCycle":"ADHOC","billingInterval":1,"paymentStartDate":"2020-06-30","paymentEndDate":"2021-06-30"}"`
Add Comment
Please, Sign In to add comment