put https://api.staging.pungle.co/api/v1/collections/requests/
Update a created Collection.
Request
| Field | Type | Description |
|---|---|---|
| integer | Customer email address | |
| first_name | string | Customer first name |
| last_name | string | Customer last name |
| amount | string | Payment amount for collection in cents |
| expiry | string | Datetime formatted in RFC3339 |
| external_tag | string | User defined searchable tag |
| currency | string | 3 letter Currency Code |
| account_ref | string | User defined account reference (used in payment portal and for reporting) |
Response
| Field | Value | Description |
|---|---|---|
| id | string | |
| status | string | |
| first_name | string | |
| last_name | string | |
| amount | integer | |
| currency | string | |
| string | ||
| expiry | string | |
| account_ref | string | |
| external_tag | string | |
| txn_id | string | |
| txn_time | string | |
| void_txn_id | string | |
| void_txn_time | string | |
| return_txn_id | string | |
| return_txn_time | string | |
| created_at | string |