cURL
curl --request POST \ --url https://cashpay.space/api/v1/cashapp/receipt \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "webReceipt": "<string>" }'
{ "cashTag": "<string>", "value": "<string>", "note": "<string>", "timestamp": "2023-11-07T05:31:56Z", "status": "Completed", "source": "<string>", "identifier": "<string>", "to": "<string>", "from": "<string>" }
Fetches details from a CashApp web receipt URL
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully fetched receipt details
The response is of type object.
object