Error in PayFort API while calling POSTMAN

Viewed 32

I am calling payment API of payfort "https://sbcheckout.payfort.com/FortAPI/paymentPage". I pass all required parameters, but it gives me a response like:

 {
    "response_code": "00006",
    "response_message": "Technical problem",
    "fort_id": null,
    "token": "914856uVZh0pnLDaRAXcVh2d8249912125834310800645126115901083"
}
1 Answers

Hello I have checked your error and it appears that you may not have written one of these correctly

  • Merchant Identifier
  • Access Code
  • SHA Request Phrase
  • SHA Response Phrase

you must ensure that you are also calling the testing/sandbox API URL

Related