For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
GuidesAPI Reference
GuidesAPI Reference
  • Reference
    • Introduction
      • POSTRetrieve Grant
      • POSTRevoke Grant
        • RetrieveGrantRequest
        • Grant
        • POSTEvent: grant.status.updated
LogoLogo
ReferenceGrants - Cash App PaySchemas

Event: grant.status.updated

Payload
1{
2 "type": "grant.status.updated",
3 "eventId": "WE_7shnizag2fv6p4ub7l9cmhusg",
4 "grant": {
5 "id": "GRG_221243dc6985a6819ff6950c1a21332f7bc4a46ebd49b5a7002908ab768e8e5ff7831e084d0d2c9d8d939793b55eff50",
6 "intent": "ON_FILE",
7 "type": "CASHAPP",
8 "details": {
9 "status": "ACTIVE",
10 "cashapp": {
11 "customerId": "CST_AQmxh4y_QGoNNIG5NUw0jttqyYedL1LklACQdyJ3H-Vs6WmLtP6A_C7XjQNohvY",
12 "cashtag": "$someCashTag"
13 },
14 "createdAt": "2024-07-08T22:42:46.039Z",
15 "updatedAt": "2024-07-08T22:42:46.039Z",
16 "expiresAt": "2034-07-08T22:42:46.039Z"
17 }
18 },
19 "timestamp": "2019-08-24T14:15:22Z"
20}

When is this event triggered?

This event is triggered when a Cash App Pay grant status has been updated.

Was this page helpful?
Previous

Create Order

Next
Built with

Payload

The payload of this webhook request is an object.
typestringRequired

The type of event that occurred. grant.status.updated for this event.

eventIdstringRequired
A unique identifier provided by Cash App for the event.
grantobjectRequired
Describes a grant provided by Cash App.
timestampstringRequired
When the webhook event was created

Response

200
any
Return a 200 status to indicate that the data was received successfully.