Follow the question structure recommended by Dev Bot before submitting your integration questions.
idMemberMembership IDs and generates the corresponding charge attempts in the system.NOTE. Available for use with branch access key and also with General ADM access key.
| Parameter | Type | Required | Description |
|---|---|---|---|
idBranch | int32 | No | ID of the branch used for charging. Required if the token is multi-branch. |
| Type | Required | Description |
|---|---|---|
| array<int32> | Yes | List of idMemberMembership IDs to generate batch charge attempts. |
username:passwordAuthorization: Basic *****************[
0
]curl --location 'https://evo-integracao-api.w12app.com.br/api/v1/receivables/charge-attempts/batch?idBranch=undefined' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json-patch+json' \
--data '[
0
]'{
"mensagens": [
"string"
]
}