我想設置GoCardless沙箱。我已經註冊並且可以登錄。要連接,我需要帳戶詳細信息(app_id,app_secret,merchant_id,access_token)。GoCardless - 令牌
我有點困惑在哪裏可以從沙盒中找到它們。
我去了「開發者」菜單,但仍然無法得到它們。
請幫幫我。我是否走錯了路?
我下面這個:提前 https://developer.gocardless.com/legacy/php/#getting-the-library
感謝。
我想設置GoCardless沙箱。我已經註冊並且可以登錄。要連接,我需要帳戶詳細信息(app_id,app_secret,merchant_id,access_token)。GoCardless - 令牌
我有點困惑在哪裏可以從沙盒中找到它們。
我去了「開發者」菜單,但仍然無法得到它們。
請幫幫我。我是否走錯了路?
我下面這個:提前 https://developer.gocardless.com/legacy/php/#getting-the-library
感謝。
請注意,傳統API不推薦用於新集成。我們建議您使用https://github.com/gocardless/gocardless-pro-php。您可以登錄您的儀表板,創建一個訪問令牌,前往https://manage.gocardless.com/developers,登錄,選擇右上角的「創建」,然後選擇「訪問令牌」。
您可以找到使用GoCardless與PHP在https://developer.gocardless.com/getting-started/api/adding-your-first-customer/?lang=php
本入門的方向是傳統的API,我覺得這不支持了,只是: https://github.com/fhferreira/gocardless-pro -php and https://developer.gocardless.com –