Get Payment Group Details
The API is utilized to retrieve the payment group’s details and fetches comprehensive information by specifying the group ID.
GET
/payments/groups/{id}
Body Parameters Request
id
url path
string
Goup ID for info retrieval.
Yes
Body parameters Response
type
string
the entity type (group)
id
string
Unique id of group
description
string
Extended description of group
name
string
Visual name of group
locked
boolean
When locked, no new payments can be added
user_tags
object
A set of k/v pairs of user tags assigned to this group
wallet
object
Holds info on the wallet this group is associated with
wallet.type
string
Entity type (wallet)
wallet.id
string
The unique id of this wallet
wallet.currency
string
The 3 letter ISO code of the currency this wallet holds
wallet.name
string
Visual name of this wallet
wallet.balance
integer
When the wallet is active, returns the available balance
wallet.owner
string
The legal entity id ownling this wallet
info
object
Extended information abount payment in this group
info.funding
object
Info on the next funding
info.funding.next
string
The next funding date
info.funding.missing_funds
number
The amount of funds missing for the next payout date
info.payments
object
Extended information refarding payments in the group
info.payments.total
integer
Total number of payments in this group
info.payments.pending
integer
Number of payments pending to be executed
info.payments.pending_approval
integer
Number of payments that have not been approved yet
info.payments.issues
integer
Number of payments with issues that require user attention
info.payments.completed
integer
Number of payments that have been completed
info.payments.failed
integer
Number of payments that have failed
info.payments.routing
integer
Number of payments that have started their execution and are in the bank routing stage
info.payments.next
string
The next expected payout date
info.payments.amount
object
Information about the total amount to be sent from this group
info.payments.amount.amount
number
The total amount of charges this group holds
info.payments.amount.currency
string
The currency these payments are charged in
Request Example
Response Examples
Last updated