Charge Docs
  • Welcome
  • Getting Started
    • Quickstart
  • Payment API
    • Create Payment Link
    • Get Allowed Tokens List
    • Get Payment Link
    • Get Payment Links
    • Get Account Balance
Powered by GitBook
On this page
  1. Payment API

Get Allowed Tokens List

Get Allowed Tokens List

POST /payments/payment_link/allowed_tokens

Get a list of allowed tokens for the creation of payment links with their details.

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Response

{
  
}
{
  "error": "Invalid request"
}
PreviousCreate Payment LinkNextGet Payment Link

Last updated 8 months ago