curl --request POST \
--url https://us.api.flexprice.io/v1/invoices/{id}/payment/attempt \
--header 'x-api-key: <api-key>'{
"message": "<string>"
}Attempt to pay an invoice using customer’s available wallets
curl --request POST \
--url https://us.api.flexprice.io/v1/invoices/{id}/payment/attempt \
--header 'x-api-key: <api-key>'{
"message": "<string>"
}