Guides
Explanatory and how-to content
API Reference
Technical documentation
Changelog
Release notes
Dashboard
Manage your account
Status
Service status
Proof of Authorization Requests

A request for proof of authorization for one or more ACH debit transfers.

The Proof of Authorization Request object
{ "ach_transfers": [ { "id": "ach_transfer_uoxatyh3lt5evrsdvo7q" } ], "created_at": "2020-01-31T23:59:59Z", "due_on": "2020-01-31T23:59:59Z", "id": "proof_of_authorization_request_iwp8no25h3rjvil6ad3b", "type": "proof_of_authorization_request", "updated_at": "2020-01-31T23:59:59Z" }
Attributes
ach_transfers
array

The ACH Transfers associated with the request.

created_at
string

The time the Proof of Authorization Request was created.

due_on
string

The time the Proof of Authorization Request is due.

id
string

The Proof of Authorization Request identifier.

type
string

A constant representing the object’s type. For this resource it will always be proof_of_authorization_request.

updated_at
string

The time the Proof of Authorization Request was last updated.

List Proof of Authorization Requests
curl \ --url "${INCREASE_URL}/proof_of_authorization_requests" \ -H "Authorization: Bearer ${INCREASE_API_KEY}"
Parameters
cursor
string

Return the page of entries after this one.

limit
integer

Limit the size of the list that is returned. The default (and maximum) is 100 objects.

created_at.after
string

Return results after this ISO 8601 timestamp.

created_at.before
string

Return results before this ISO 8601 timestamp.

created_at.on_or_after
string

Return results on or after this ISO 8601 timestamp.

created_at.on_or_before
string

Return results on or before this ISO 8601 timestamp.

Retrieve a Proof of Authorization Request
curl \ --url "${INCREASE_URL}/proof_of_authorization_requests/proof_of_authorization_request_iwp8no25h3rjvil6ad3b" \ -H "Authorization: Bearer ${INCREASE_API_KEY}"
Parameters
proof_of_authorization_request_id
string
Required

The identifier of the Proof of Authorization Request.