Frequent Payment
Request Authorisation
Create a new authorisation on a given Frequent Payment
Required scope: <code style="background:#e8f0fe;color:#1a73e8;padding:2px 8px;border-radius:12px;font-size:0.85em">frequent:create</code>
post/frequent/authorisation/{id}
Path parameters
idstring uuid required
Resource Identification
Request body
Example request
{
"mbway_sdk": {
"initial_timestamp": "2018-01-01 23:59:59",
"merchant_operation_id": "TESTACCOUNT5436"
},
"transaction_key": "transaction_key_123",
"descriptive": "Descriptive Example",
"value": 10.5
}Response
Created
Example response
{
"id": "4c67e74b-a256-4e0a-965d-97bf5d01bd50",
"status": "ok",
"message": [
"Your request was successfully created"
]
}