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
  • Network API
      • Address
      • Authorization
      • Category
      • Country
      • Currency
      • Grant
      • Idempotency_key
      • Metadata
      • Error
      • ErrorResponse
      • ValidateOrderAmountsParam
  • Customer Request API
  • Management API
LogoLogo
Network APISchemas

Grant

Example
1{
2 "id": "GRG_221243dc6985a6819ff6950c1a21332f7bc4a46ebd49b5a7002908ab768e8e5ff7831e084d0d2c9d8d939793b55eff50",
3 "customer_id": "CST_AQmxh4y_QGoNNIG5NUw0jttqyYedL1LklACQdyJ3H-Vs6WmLtP6A_C7XjQNohvY",
4 "request_id": "GRR_1hrxhz136krcq6ezdte2ha5q",
5 "action": {
6 "amount": 2500,
7 "currency": "USD",
8 "scope_id": "MMI_4vxs5egfk7hmta3qx2h6rp91x",
9 "type": "ONE_TIME_PAYMENT"
10 },
11 "status": "ACTIVE",
12 "type": "ONE_TIME",
13 "channel": "ONLINE",
14 "created_at": "2019-08-24T14:15:22Z",
15 "updated_at": "2019-08-24T14:15:22Z",
16 "expires_at": "2022-04-01T12:00:00Z"
17}
Was this page helpful?
Previous

Idempotency_key

Next
Built with

Response

grantobjectRequired
Describes a grant that can be used to perform actions specified in a customer request using the Network API.