Skip to main content
POST
/
v1
/
stripe_create_payment_link
stripe_create_payment_link
curl --request POST \
  --url https://api.fetchbean.com/v1/stripe_create_payment_link \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "line_items": [
    {}
  ]
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
line_items
object[]
required

Response

Success

The response is of type object.