[英]GUPSHUP endpoint for Wallet balance
Is there an endpoint in API that will return the Wallet balance in U$ in the GUPshup? API 中是否有一个端点将在 GUPshup 中返回 U$ 中的钱包余额?
I need to check the balance, without having to enter Gupshup.我需要检查余额,而不必进入 Gupshup。
You may use the below API to get wallet balance:您可以使用以下 API 获取钱包余额:
curl --location --request GET 'https://api.gupshup.io/sm/api/v2/wallet/balance' \
--header 'apikey: {{APIKey}}'
For more details refer to this FAQ: https://support.gupshup.io/hc/en-us/articles/360017175260有关更多详细信息,请参阅此常见问题解答: https://support.gupshup.io/hc/en-us/articles/360017175260
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.