Skip to main content
POST
/
v2
/
cash-app
/
outreach
/
payment-receipt
Send Payment Receipt Endpoint
curl --request POST \
  --url https://api.example.com/v2/cash-app/outreach/payment-receipt \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "payment_id": "<string>"
}
'
{
  "created_at": "2023-11-07T05:31:56Z",
  "modified_at": "2023-11-07T05:31:56Z",
  "id": "<string>",
  "skip_reason": "<string>",
  "bank_transaction_id": "<string>",
  "payment_id": "<string>",
  "partner_id": "<string>",
  "email_id": "<string>",
  "object": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.api.stuut.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request body for sending a payment receipt.

payment_id
string
required

The ID of the payment to send a receipt for.

Response

Successful Response

Cash App outreach log entry.

created_at
string<date-time>
required
modified_at
string<date-time> | null
required
id
string
required
outreach_type
enum<string>
required

The type of outreach (payment_receipt or remittance_request).

Available options:
payment_receipt,
remittance_request
status
enum<string>
required

The current status of the outreach.

Available options:
pending,
sent,
failed,
skipped
skip_reason
string | null
required

The reason the outreach was skipped, if applicable.

bank_transaction_id
string | null
required

The bank transaction this outreach is associated with (used for remittance requests).

payment_id
string | null
required

The payment this outreach is associated with.

partner_id
string
required

The partner this outreach is sent to.

email_id
string | null
required

The email record created for this outreach, if sent.

object
string
required
read-only

String representing the object's type. Objects of the same type share the same value.