This endpoint allows you to create a payment request using HandCash. There are three types of payment requests:
https://cloud.handcash.io/v3/paymentRequests
product
: Details of the product or service being paid for.instrumentCurrencyCode
: The currency code for the payment (e.g., ‘BSV’).denominationCurrencyCode
: Optional. The currency for price denomination if different from instrumentCurrencyCode
.receivers
: Array of payment recipients, including amount and destination.requestedUserData
: Optional. Array of user data fields to request.redirectUrl
: Optional. URL to redirect the user after payment.notifications
: Optional. Webhook and email notification settings.expirationType
: Type of expiration for the payment request.totalUnits
: Required if expirationType
is ‘limit’. The total number of times the payment can be made.expirationInSeconds
: Optional. Time in seconds until the request expires.enabledAt
: Optional. ISO date string for when the request becomes active.gameId
) will be included in the webhook notification."expirationType": "limit"
and "totalUnits": 5
.redirectUrl
after completing the payment.transactionId
as a query parameter.This endpoint allows you to create a payment request using HandCash. There are three types of payment requests:
https://cloud.handcash.io/v3/paymentRequests
product
: Details of the product or service being paid for.instrumentCurrencyCode
: The currency code for the payment (e.g., ‘BSV’).denominationCurrencyCode
: Optional. The currency for price denomination if different from instrumentCurrencyCode
.receivers
: Array of payment recipients, including amount and destination.requestedUserData
: Optional. Array of user data fields to request.redirectUrl
: Optional. URL to redirect the user after payment.notifications
: Optional. Webhook and email notification settings.expirationType
: Type of expiration for the payment request.totalUnits
: Required if expirationType
is ‘limit’. The total number of times the payment can be made.expirationInSeconds
: Optional. Time in seconds until the request expires.enabledAt
: Optional. ISO date string for when the request becomes active.gameId
) will be included in the webhook notification."expirationType": "limit"
and "totalUnits": 5
.redirectUrl
after completing the payment.transactionId
as a query parameter.