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 Payment Link

Get Payment Link

POST /payments/payment_link/{paymentLinkId}

Get a payment link's details including its status.

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

paymentLinkId

string

Response

{
  
}
{
  "error": "Invalid request"
}
PreviousGet Allowed Tokens ListNextGet Payment Links

Last updated 8 months ago