VOOZH about

URL: https://apify.com/vivid_astronaut/payment-link

โ‡ฑ Payment Link API ยท Apify


Pricing

from $5.00 / 1,000 results

Go to Apify Store

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Fabio Suizu

Fabio Suizu

Maintained by Community

Actor stats

1

Bookmarked

4

Total users

0

Monthly active users

5 months ago

Last modified

Categories

Share

Payment Link service powered by Azure. Fast, reliable, and scalable API.

Features

  • Fast Processing: Lightning-fast payment link api powered by Azure
  • Reliable: 99.9% uptime with automatic failover
  • Scalable: Handle single requests or bulk operations
  • Secure: Enterprise-grade security with API key authentication
  • Well Documented: Comprehensive API documentation and examples

Use Cases

  • Development: Integrate into your development workflow
  • Automation: Build automated pipelines
  • Integration: Connect with other services

Input Parameters

ParameterTypeRequiredDescription
dataobjectNoInput data to process. Send your API request payload here.
endpointstringNoSpecific endpoint to call (e.g., /api/v1/process)

Output Format

{
"success":true,
"result":{ ... },
"timestamp":"2026-01-07T00:00:00Z"
}

Code Examples

JavaScript (Node.js)

import{ ApifyClient }from'apify-client';
const client =newApifyClient({token:'YOUR_API_TOKEN'});
const input ={
"data":{},
"endpoint":"/api/v1/process"
};
const run =await client.actor("vivid_astronaut/payment-link").call(input);
const{ items }=await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

Python

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run_input ={
"data":{},
"endpoint":"/api/v1/process"
}
run = client.actor("vivid_astronaut/payment-link").call(run_input=run_input)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

cURL

curl-X POST "https://api.apify.com/v2/acts/vivid_astronaut~payment-link/runs?token=YOUR_API_TOKEN"\
-H"Content-Type: application/json"\
-d'{
"data": {},
"endpoint": "/api/v1/process"
}'

Pricing

Model: Pay per result Price: $0.005 per result

You only pay for successful results. Platform usage costs are included.

API Documentation

Full API documentation is available at:

Support

Version History

See ./CHANGELOG.md for version history.


Powered by Azure Cloud Infrastructure

You might also like

Facebook Group Members - PAYMENT LINK

scraper-mind/facebook-group-members---payment-link

Scrape facebook memebrs data from any given group.

CMS Open Payments Crawler - Physician Pharma Payment Data

jungle_synthesizer/openpayments-cms-crawler

Crawl physician payment records from the CMS Open Payments database (Sunshine Act). Extract payments from pharma and device companies to physicians. Filter by state, specialty, payer, payment type, year, and minimum amount.

๐Ÿ‘ User avatar

BowTiedRaccoon

3

Website URL Crawler & Link Extractor

maximedupre/website-url-crawler

Crawl JavaScript-rendered websites and export a URL link map. Get source pages, depth, anchor text, link type, HTTP metadata, and crawl status.

๐Ÿ‘ User avatar

Maxime Duprรฉ

4

Geekpay Payment History Exporter

landgeek/geekpay-payment-history-exporter

Welcome to the **Geekpay Payment History Exporter**! This tool is your go-to solution for automating the extraction of payment history and loan details from GeekPay. Say goodbye to manual data collection and hello to streamlined automation! โœจ

Website Link Extractor โ€” List All URLs from Any Page

maged120/get-urls

Extract all links from any web page. Returns every URL found with anchor text and link type โ€” useful for quick link audits, competitor research, or sitemap building.

X402 Checker

onescales/x402-checker

Check any URL for X402 Support โ€” or a bulk list โ€” to instantly discover whether it supports the X402 HTTP payment protocol. For every X402 enabled endpoint, the actor extracts the price, currency, network, payment endpoint, and raw payment headers.

10

5.0

Nofollow Link Audit

zerobreak/nofollow-link-audit

Nofollow link audit tool that scans any webpage and reports every link's rel attribute, whether dofollow, nofollow, sponsored, or UGC, so SEO teams can check link types without reading raw page source.

WooCommerce Website Scraper

data_foundry/woocommerce-scraper

Scrape WooCommerce Site (Products + Categories + Payment Method)

69

5.0

Related articles

How agents pay for things with Machine Payments Protocol (MPP)
Read more