Skip to content

[Card Service] createOutgoingPaymentto backend Rafiki #3556

@linear

Description

@linear
  • createOutgoingPayment GraphQL Resolver augmentation
    • Optional CardDetails input
  • Add additional information to outgoing outgoing_payment.createdwebhook
Mutation {
  createOutgoingPayment(input: CreateOutgoingPaymentInput!) {
  }
}

CreateOutgoingPaymentInput {
  ...
  cardDetails: CardDetails
}

CardDetails {
  ...
}
  • Card Info Table
    • Foreign key on Outgoing Payment table
Card {
  id: uuid
  ...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions