Creating payment manually
Request
POST https://pay.streampayments.app/api/v1/payment/<your-client-id>
Content-Type: application/json
{
"amount_usd": "15.89",
"name": "My Super Shop Order #34254",
"description": "Coca-Cola x2 - 1.98\nCheetos Cheese - 1.99\nSnickers x2 - 2.38\nFace Masks - 6.29\nDelivery - 3.25",
"return_url": "https://your.user.example.com/payment-return-url"
}POST https://streampayments.app/api/v1/payment/<your-client-id>
Content-Type: application/json
{
"amount": "0.02",
"name": "Donation to @youruniqueusername",
"return_url": "https://your.user.example.com/payment-return-url"
}Payload Description
Response
Coin Object
Response Example
Last updated