Initiate a crypto payment via NowPayments. Minimum accepted amount is 0.5 USD.
Request Body
{
"APIKey": "user_api_key",
"amt": "50",
"order_id": "ORDER123",
"order_description": "Deposit for order 123"
}
cURL
curl -X POST "https://api.cryptogeteway.com/CryptoCollection/CollectionInitiate" \
-H "Content-Type: application/json" \
-d "{\"APIKey\":\"user_api_key\",\"amt\":\"50\",\"order_id\":\"ORDER123\",\"order_description\":\"Deposit for order 123\"}"
Success
200 OK
{ /* Provider response JSON or simplified response shown to user */ }
Errors
400
Invalid API Key
Minimum amount is 0.5 USD
Something went wrong