我是整合利用格子條紋+ API來ACH支付,但我不能讓從格子stripe_bank_account_token調用捲曲請求獲得帳戶ID後public_token格子條紋+ ACH支付集成
我是用PHP這裏是要求
curl https://tartan.plaid.com/exchange_token \
-d client_id="[Plaid client ID]" \
-d secret="[Plaid secret]" \
-d public_token="[Plaid Link public_token]" \
-d account_id="[Plaid Link account_id]"
和響應爲{ 「沙箱」:真 「的access_token」: 「test_chase」}
我不能讓
{
"sandbox": true,
"access_token": "[Plaid API access token]",
"stripe_bank_account_token": "btok_5gr1QIfvhgEKdYSr17rH",
"account_id": "[Plaid Account ID]"
}
此回覆
此答案僅用於宣傳產品或服務,不透露作者的關係。 – techydesigner
謝謝@Charley M,是的,我發送郵件支持。 – user3815779
經過多次嘗試並獲得支持人員的幫助後,我無法將其恢復到開發模式。我結束了在PROD模式下的實驗編碼。 -not fun- –